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
ConstructorsConstructorDescriptionCounterSignatureScope(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-StringoriginalDocument-DSSDocument
-
-
Method Details
-
getName
Description copied from class:SignatureScopeReturns a signature scope name- Overrides:
getNamein classSignatureScope- Parameters:
tokenIdentifierProvider-TokenIdentifierProviderto extract a token identifier, when required- Returns:
String
-
getDescription
Description copied from class:SignatureScopeGets the signature scope description- Specified by:
getDescriptionin classSignatureScope- Parameters:
tokenIdentifierProvider-TokenIdentifierProviderto extract a token identifier, when required- Returns:
String
-
getType
Description copied from class:SignatureScopeReturns type of the signature scope- Specified by:
getTypein classSignatureScope- Returns:
SignatureScopeType
-