Package eu.europa.esig.dss.validation
Class CommitmentTypeIndication
java.lang.Object
eu.europa.esig.dss.validation.CommitmentTypeIndication
public class CommitmentTypeIndication extends Object
This class represents the commitment type indication identifiers extracted from the signature.
-
Constructor Summary
Constructors Constructor Description CommitmentTypeIndication(String identifier)The default constructor -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the descriptionList<String>getDocumentReferences()Gets the document referencesStringgetIdentifier()Gets the identifiervoidsetDescription(String description)Sets the descriptionvoidsetDocumentReferences(List<String> documentReferences)Sets the document references
-
Constructor Details
-
CommitmentTypeIndication
The default constructor- Parameters:
identifier-StringURI or OID
-
-
Method Details
-
getIdentifier
Gets the identifier- Returns:
StringURI or OID
-
getDescription
Gets the description- Returns:
String
-
setDescription
Sets the description- Parameters:
description-String
-
getDocumentReferences
Gets the document references- Returns:
- a list of
Strings
-
setDocumentReferences
Sets the document references- Parameters:
documentReferences- a list ofStrings
-