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
ConstructorsConstructorDescriptionCounterSignatureScope(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:SignatureScopeGets the signature scope description- Specified by:
getDescriptionin classSignatureScope- Returns:
String
-
getType
Description copied from class:SignatureScopeReturns type of the signature scope- Specified by:
getTypein classSignatureScope- Returns:
SignatureScopeType
-