Class VDSData
java.lang.Object
com.regula.documentreader.api.results.VDSData
Visible Digital Seal.
-
Method Details
-
getType
public int getType() -
getCertificate
-
getDocType
public int getDocType() -
getFeatureRef
public int getFeatureRef() -
getSigner
-
getSignatureDate
-
getDocIssueDate
-
getDocFeatures
-
getVersion
public int getVersion()- Returns:
- Visible Digital Seal use case version.
-
getIssuingCountry
- Returns:
- Three letter code identifying the issuing state or organization.
-
getSignature
- Returns:
- The binary data of the verified digital signature.
-
getNotifications
public long[] getNotifications()The list of remarks occured during the scanning procedure.- Returns:
- Each element is a `long` that belongs to the `enum
eLDS_ParsingErrorCodes` or the `enumeLDS_ParsingNotificationCodes`.
-
getCertificateChain
- Returns:
- The certificate chain, used for the digital signature verification.
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-