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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the descriptionGets the document referencesGets the identifierGets a list of signed data objects referenced by the current CommitmentTypebooleanGets if AllDataSignedObjects are referenced by the current CommitmentType (XAdES only)voidsetAllDataSignedObjects(boolean allDataSignedObjects) Sets if AllDataSignedObjects are referenced by the current CommitmentType (XAdES only)voidsetDescription(String description) Sets the descriptionvoidsetDocumentReferences(List<String> documentReferences) Sets the document referencesvoidsetObjectReferences(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
-