Class ContainerContentSignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.ContainerSignatureScope
eu.europa.esig.dss.validation.scope.ContainerContentSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
This SignatureScope represents a content of a package.zip container file for an ASiC-S container
- See Also:
-
Constructor Summary
ConstructorDescriptionContainerContentSignatureScope
(String name, 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- Overrides:
getDescription
in classContainerSignatureScope
- Returns:
String
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Overrides:
getType
in classContainerSignatureScope
- Returns:
SignatureScopeType
-