Class CounterSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.CounterSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
This signature scope is used to refer a counter-signed SignatureValue
- See Also:
-
Constructor Summary
ConstructorDescriptionCounterSignatureScope
(AdvancedSignature masterSignature, DSSDocument originalDocument) Default constructor -
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptiongetName
(TokenIdentifierProvider tokenIdentifierProvider) Returns a signature scope namegetType()
Returns type of the signature scopeMethods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, equals, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getTransformations, hashCode, toString
-
Constructor Details
-
CounterSignatureScope
Default constructor- Parameters:
masterSignature
-String
originalDocument
-DSSDocument
-
-
Method Details
-
getName
Description copied from class:SignatureScope
Returns a signature scope name- Overrides:
getName
in classSignatureScope
- Parameters:
tokenIdentifierProvider
-TokenIdentifierProvider
to extract a token identifier, when required- Returns:
String
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Specified by:
getDescription
in classSignatureScope
- Parameters:
tokenIdentifierProvider
-TokenIdentifierProvider
to extract a token identifier, when required- Returns:
String
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Specified by:
getType
in classSignatureScope
- Returns:
SignatureScopeType
-