Class SignerInfo
java.lang.Object
com.regula.documentreader.api.results.rfid.SignerInfo
structure is used to store the result of the verification of a single digital signature of the number present in EF.SOD.
-
Field Summary
FieldsModifier and TypeFieldDescriptioncertificate chain, used for the digital signature verification.digital signature hash-function algorithm identifieridentifier of the necessary certificate issuer;The list of remarks occured during the scanning procedure.long
result of the digital signature verification (RF-ID_Error_NotPerformed, RFID_Error_NoError or RFID_Error_Failed);serial number of the necessary certificate;binary data of the verified digital signature;digital signature algorithm identifierlist of the signed attributes.signature object identifier of the necessary certificate;int
version of the digital signature data structure -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SignerInfo
static SignerInfo
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
dataToHash
-
digestAlgorithm
digital signature hash-function algorithm identifier -
paStatus
public long paStatusresult of the digital signature verification (RF-ID_Error_NotPerformed, RFID_Error_NoError or RFID_Error_Failed); -
signatureAlgorithm
digital signature algorithm identifier -
version
public int versionversion of the digital signature data structure -
issuer
identifier of the necessary certificate issuer; -
serialNumber
serial number of the necessary certificate; -
signature
binary data of the verified digital signature; -
signedAttributes
list of the signed attributes. -
subjectKeyIdentifier
signature object identifier of the necessary certificate; -
certificateChain
certificate chain, used for the digital signature verification. -
notifications
The list of remarks occured during the scanning procedure. Each element is a `Long` that belongs to the `enumeLDS_ParsingErrorCodes
`
-
-
Constructor Details
-
SignerInfo
public SignerInfo()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-