Class CommitmentTypeIndication
java.lang.Object
eu.europa.esig.dss.model.signature.CommitmentTypeIndication
This class represents the commitment type indication identifiers extracted from the signature.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the descriptionGets the document referencesGets the identifierGets a list of signed data objects referenced by the current CommitmentTypeboolean
Gets if AllDataSignedObjects are referenced by the current CommitmentType (XAdES only)void
setAllDataSignedObjects
(boolean allDataSignedObjects) Sets if AllDataSignedObjects are referenced by the current CommitmentType (XAdES only)void
setDescription
(String description) Sets the descriptionvoid
setDocumentReferences
(List<String> documentReferences) Sets the document referencesvoid
setObjectReferences
(List<String> objectReferences) Sets a list of signed data objects referenced by the current CommitmentType
-
Constructor Details
-
CommitmentTypeIndication
-
-
Method Details
-
getIdentifier
-
getDescription
-
setDescription
-
getDocumentReferences
-
setDocumentReferences
-
getObjectReferences
-
setObjectReferences
-
isAllDataSignedObjects
public boolean isAllDataSignedObjects()Gets if AllDataSignedObjects are referenced by the current CommitmentType (XAdES only)- Returns:
- TRUE if AllDataSignedObjects element is present, FALSE otherwise
-
setAllDataSignedObjects
public void setAllDataSignedObjects(boolean allDataSignedObjects) Sets if AllDataSignedObjects are referenced by the current CommitmentType (XAdES only)- Parameters:
allDataSignedObjects
- whether AllDataSignedObjects element is present
-