Class ContainerSignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.ContainerSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject,Serializable
- Direct Known Subclasses:
ContainerContentSignatureScope
This Signature Scope represents a "package.zip" container for ASiC-S signatures
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContainerSignatureScope(Digest digest) Default constructorContainerSignatureScope(String name, Digest digest) Constructor with a container name -
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
-