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. getTimestampSignatureScope()
-
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(DSSDocument originalDocument)
protected List<SignatureScope>
CAdESSignatureScopeFinder. getSignatureScopeFromReferenceValidation(ReferenceValidation reference)
-
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()
List<SignatureScope>
DefaultAdvancedSignature. getSignatureScopes()
-
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
DigestSignatureScope
class
FullSignatureScope
Marker class meaning that the signature covers the whole document.class
ManifestEntrySignatureScope
class
ManifestSignatureScope
class
PartialSignatureScope
class
SignatureScopeWithTransformations
Methods 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)
-
Uses of SignatureScope in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp with type parameters of type SignatureScope Modifier and Type Field Description protected List<SignatureScope>
AbstractTimestampSource. signatureScopes
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. getTimestampSignatureScope()
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)
-
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
class
XmlFullSignatureScope
class
XmlRootSignatureScope
class
XPointerSignatureScope
Methods 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)