Class SecurityObject
java.lang.Object
com.regula.documentreader.api.results.rfid.SecurityObject
structure is used to describe the contents of a single document security object (SO) and the results of its check within the context of the communication session with electronic document
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
reference to the source file of the security object dataThe list of remarks occured during the scanning procedure.security object identifierlist of containers to store information about digital signature objects contained in the SOint
security object version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityObject
static SecurityObject
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
fileReference
public int fileReferencereference to the source file of the security object data -
objectType
security object identifier -
version
public int versionsecurity object version -
signerInfos
list of containers to store information about digital signature objects contained in the SO -
notifications
The list of remarks occured during the scanning procedure. Each element is a `Long` that belongs to the `enumeLDS_ParsingErrorCodes
`
-
-
Constructor Details
-
SecurityObject
public SecurityObject()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-