Class ManifestSignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
eu.europa.esig.dss.validation.scope.ManifestSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
The Signature Scope represents a Manifest document
- See Also:
-
Constructor Summary
ConstructorDescriptionManifestSignatureScope
(String name, Digest digest) Default constructorManifestSignatureScope
(String name, Digest digest, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only) -
Method Summary
Modifier and TypeMethodDescriptionGets the signature scope descriptiongetType()
Returns type of the signature scopeMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, equals, getTransformations, hashCode, toString
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
ManifestSignatureScope
Default constructor -
ManifestSignatureScope
Constructor with a list of XML transformations (to be used for XAdES only)
-
-
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
-