Class PKDCertificate
java.lang.Object
com.regula.documentreader.api.params.rfid.PKDCertificate
Class contains information about PKD certificate
-
Field Summary
Modifier and TypeFieldDescriptionbyte[]
certificate in binary typebyte[]
private key in binary typeint
one ofPKDResourceType
values, indicating type of certificate -
Constructor Summary
ConstructorDescriptionPKDCertificate
(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 ofPKDResourceType
values, 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)
-