Class TccParams
- java.lang.Object
-
- com.regula.documentreader.api.params.rfid.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 typevoid
setPfxCertUrl(java.lang.String pfxCertUrl)
Set URL where the certificate of work with the service is storedvoid
setPfxPassPhrase(java.lang.String pfxPassPhrase)
Set certificate passwordvoid
setServiceUrlPA(java.lang.String serviceUrlPA)
void
setServiceUrlTA(java.lang.String serviceUrlTA)
URL for certificatejava.lang.String
toJson()
Method convert object to string in json format
-
-
-
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
-
-