Class CounterSignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.CounterSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
This signature scope is used to refer a counter-signed SignatureValue
- See Also:
-
Constructor Summary
ConstructorDescriptionCounterSignatureScope
(String masterSignatureId, Digest digest) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the signature scope descriptiongetType()
Returns type of the signature scopeMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, equals, getChildren, getDigest, getDSSId, getDSSIdAsString, getName, getTransformations, hashCode, toString
-
Constructor Details
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Specified by:
getDescription
in classSignatureScope
- Returns:
String
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Specified by:
getType
in classSignatureScope
- Returns:
SignatureScopeType
-