Uses of Class
eu.europa.esig.dss.validation.scope.SignatureScope
-
Uses of SignatureScope in eu.europa.esig.dss.asic.cades.validation
Methods in eu.europa.esig.dss.asic.cades.validation that return types with arguments of type SignatureScope Modifier and Type Method Description protected List<SignatureScope>
ASiCEWithCAdESTimestampValidator. getTimestampSignatureScopes()
-
Uses of SignatureScope in eu.europa.esig.dss.asic.cades.validation.scope
Methods in eu.europa.esig.dss.asic.cades.validation.scope that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
ASiCWithCAdESSignatureScopeFinder. findSignatureScope(CAdESSignature cadesSignature)
-
Uses of SignatureScope in eu.europa.esig.dss.cades.validation.scope
Methods in eu.europa.esig.dss.cades.validation.scope that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
CAdESSignatureScopeFinder. findSignatureScope(CAdESSignature cadesSignature)
protected List<SignatureScope>
CAdESSignatureScopeFinder. getSignatureScopeFromOriginalDocument(CAdESSignature cadesSignature, DSSDocument originalDocument)
Returns a list ofSignatureScope
s from the signed documentprotected List<SignatureScope>
CAdESSignatureScopeFinder. getSignatureScopeFromReferenceValidation(ReferenceValidation reference)
Gets a list ofSignatureScope
s from aReferenceValidation
-
Uses of SignatureScope in eu.europa.esig.dss.jades
Subclasses of SignatureScope in eu.europa.esig.dss.jades Modifier and Type Class Description class
HTTPHeaderMessageBodySignatureScope
The signature scope used to define the HTTPHeader message bodyclass
HTTPHeaderSignatureScope
The signature scope used to define the signed payload with HTTPHeader SigD Mechanism -
Uses of SignatureScope in eu.europa.esig.dss.jades.validation.scope
Methods in eu.europa.esig.dss.jades.validation.scope that return SignatureScope Modifier and Type Method Description protected SignatureScope
JAdESSignatureScopeFinder. getSignatureScopeFromOriginalDocument(DSSDocument originalDocument)
Returns aSignatureScope
for the givenoriginalDocument
Methods in eu.europa.esig.dss.jades.validation.scope that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
JAdESSignatureScopeFinder. findSignatureScope(JAdESSignature jadesSignature)
protected List<SignatureScope>
JAdESSignatureScopeFinder. getSignatureScopeFromOriginalDocuments(List<DSSDocument> originalDocuments)
Extracts a SignatureScope list from a list of original documents -
Uses of SignatureScope in eu.europa.esig.dss.pades.validation.scope
Subclasses of SignatureScope in eu.europa.esig.dss.pades.validation.scope Modifier and Type Class Description class
PdfByteRangeSignatureScope
Methods in eu.europa.esig.dss.pades.validation.scope that return SignatureScope Modifier and Type Method Description SignatureScope
PAdESSignatureScopeFinder. findSignatureScope(PdfCMSRevision pdfRevision)
Methods in eu.europa.esig.dss.pades.validation.scope that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
PAdESSignatureScopeFinder. findSignatureScope(PAdESSignature pAdESSignature)
-
Uses of SignatureScope in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
AdvancedSignature. getSignatureScopes()
Returns a list of found SignatureScopes NOTE: the methodfindSignatureScope(signatureScopeFinder)
shall be called beforeList<SignatureScope>
DefaultAdvancedSignature. getSignatureScopes()
Methods in eu.europa.esig.dss.validation with parameters of type SignatureScope Modifier and Type Method Description protected XmlSignerData
SignedDocumentDiagnosticDataBuilder. buildXmlSignerData(SignatureScope signatureScope)
-
Uses of SignatureScope in eu.europa.esig.dss.validation.scope
Subclasses of SignatureScope in eu.europa.esig.dss.validation.scope Modifier and Type Class Description class
ContainerContentSignatureScope
class
ContainerSignatureScope
class
CounterSignatureScope
class
DigestSignatureScope
class
FullSignatureScope
Marker class meaning that the signature covers the whole document.class
ManifestEntrySignatureScope
class
ManifestSignatureScope
class
PartialSignatureScope
class
SignatureScopeWithTransformations
The signature scope with the performed transformsMethods in eu.europa.esig.dss.validation.scope that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
SignatureScopeFinder. findSignatureScope(T advancedSignature)
Returns a list ofSignatureScope
s from a signature -
Uses of SignatureScope in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
TimestampToken. getTimestampScopes()
Returns the scope of the current timestamp (detached timestamps only)protected List<SignatureScope>
DetachedTimestampValidator. getTimestampSignatureScopes()
Returns a list of timestamp signature scopes (timestamped data)Method parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type SignatureScope Modifier and Type Method Description void
TimestampToken. setTimestampScopes(List<SignatureScope> timestampScopes)
Sets timestamp's signature scopes -
Uses of SignatureScope in eu.europa.esig.dss.xades.validation.scope
Subclasses of SignatureScope in eu.europa.esig.dss.xades.validation.scope Modifier and Type Class Description class
XmlElementSignatureScope
XML element signature scopeclass
XmlFullSignatureScope
Defines a full XML document signature scopeclass
XmlRootSignatureScope
Defines a root XML document signature scopeclass
XPointerSignatureScope
XPointer signature scopeMethods in eu.europa.esig.dss.xades.validation.scope that return types with arguments of type SignatureScope Modifier and Type Method Description List<SignatureScope>
XAdESSignatureScopeFinder. findSignatureScope(XAdESSignature xadesSignature)