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
-
public class ContainerContentSignatureScope extends ContainerSignatureScope
-
-
Constructor Summary
Constructors Constructor Description ContainerContentSignatureScope(String name, Digest digest)
-
Method Summary
Modifier and Type Method Description StringgetDescription()SignatureScopeTypegetType()-
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
equals, getDigest, getDSSId, getDSSIdAsString, getName, getTransformations, hashCode
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classContainerSignatureScope
-
getType
public SignatureScopeType getType()
- Overrides:
getTypein classContainerSignatureScope
-
-