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
ConstructorDescriptionContainerSignatureScope
(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: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
-