Class TccParams


  • public class TccParams
    extends java.lang.Object
    Class contains information about TCC parameters
    • Constructor Summary

      Constructors 
      Constructor Description
      TccParams()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPfxCert()  
      java.lang.String getPfxCertUrl()  
      java.lang.String getPfxPassPhrase()  
      java.lang.String getServiceUrlPA()  
      java.lang.String getServiceUrlTA()  
      void setPfxCert​(byte[] pfxCert)
      Set certificate in binary type
      void setPfxCertUrl​(java.lang.String pfxCertUrl)
      Set URL where the certificate of work with the service is stored
      void setPfxPassPhrase​(java.lang.String pfxPassPhrase)
      Set certificate password
      void setServiceUrlPA​(java.lang.String serviceUrlPA)  
      void setServiceUrlTA​(java.lang.String serviceUrlTA)
      URL for certificate
      java.lang.String toJson()
      Method convert object to string in json format
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TccParams

        public TccParams()
    • Method Detail

      • getServiceUrlTA

        public java.lang.String getServiceUrlTA()
        Returns:
        TСС server URL
      • setServiceUrlTA

        public void setServiceUrlTA​(java.lang.String serviceUrlTA)
        URL for certificate
        Parameters:
        serviceUrlTA -
      • getServiceUrlPA

        public java.lang.String getServiceUrlPA()
      • setServiceUrlPA

        public void setServiceUrlPA​(java.lang.String serviceUrlPA)
      • getPfxCertUrl

        public java.lang.String getPfxCertUrl()
        Returns:
        URL where the certificate of work with the service is stored
      • setPfxCertUrl

        public void setPfxCertUrl​(java.lang.String pfxCertUrl)
        Set URL where the certificate of work with the service is stored
        Parameters:
        pfxCertUrl -
      • getPfxPassPhrase

        public java.lang.String getPfxPassPhrase()
        Returns:
        certificate password
      • setPfxPassPhrase

        public void setPfxPassPhrase​(java.lang.String pfxPassPhrase)
        Set certificate password
        Parameters:
        pfxPassPhrase -
      • getPfxCert

        public byte[] getPfxCert()
        Returns:
        certificate in binary type
      • setPfxCert

        public void setPfxCert​(byte[] pfxCert)
        Set certificate in binary type
        Parameters:
        pfxCert -
      • toJson

        public java.lang.String toJson()
        Method convert object to string in json format
        Returns:
        string in json format