Class PKDCertificate
java.lang.Object
com.regula.documentreader.api.params.rfid.PKDCertificate
Class contains information about PKD certificate
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]certificate in binary typebyte[]private key in binary typeintone ofPKDResourceTypevalues, indicating type of certificate -
Constructor Summary
ConstructorsConstructorDescriptionPKDCertificate(byte[] binaryData, int resourceType) PKDCertificate(byte[] binaryData, int resourceType, byte[] privateKey) -
Method Summary
-
Field Details
-
binaryData
public byte[] binaryDatacertificate in binary type -
resourceType
public int resourceTypeone ofPKDResourceTypevalues, indicating type of certificate -
privateKey
public byte[] privateKeyprivate key in binary type
-
-
Constructor Details
-
PKDCertificate
public PKDCertificate() -
PKDCertificate
public PKDCertificate(byte[] binaryData, int resourceType, byte[] privateKey) -
PKDCertificate
public PKDCertificate(byte[] binaryData, int resourceType)
-