Uses of Interface
eu.europa.esig.dss.xades.definition.XAdESPaths
Package
Description
-
Uses of XAdESPaths in eu.europa.esig.dss.xades
Modifier and TypeMethodDescriptionstatic boolean
DSSXMLUtils.isCounterSignature
(org.apache.xml.security.signature.Reference reference, XAdESPaths xadesPaths) Determines if the givenreference
refers to CounterSignature elementstatic boolean
DSSXMLUtils.isSignedProperties
(org.apache.xml.security.signature.Reference reference, XAdESPaths xadesPaths) Determines if the givenreference
refers to SignedProperties element -
Uses of XAdESPaths in eu.europa.esig.dss.xades.definition.xades111
-
Uses of XAdESPaths in eu.europa.esig.dss.xades.definition.xades122
-
Uses of XAdESPaths in eu.europa.esig.dss.xades.definition.xades132
-
Uses of XAdESPaths in eu.europa.esig.dss.xades.signature
Modifier and TypeFieldDescriptionprotected XAdESPaths
XAdESBuilder.xadesPaths
This variable holds theXAdESPaths
which contains all constants and queries needed to cope with the default signature schema.Modifier and TypeMethodDescriptionprotected XAdESPaths
XAdESBuilder.getCurrentXAdESPaths()
Gets a relevant class containing the list of paths -
Uses of XAdESPaths in eu.europa.esig.dss.xades.validation
Modifier and TypeFieldDescriptionprotected List<XAdESPaths>
XMLDocumentValidator.xadesPathsHolders
This variable contains the list ofXAdESPaths
adapted to the specific signature schema.Modifier and TypeMethodDescriptionXMLDocumentValidator.getXAdESPathsHolder()
This getter returns theXAdESPaths
XAdESSignature.getXAdESPathsHolders()
Returns a list of usedXAdESPaths
Modifier and TypeMethodDescriptionvoid
XMLDocumentValidator.addXAdESPathsHolder
(XAdESPaths xadesPathsHolder) This adds aXAdESPaths
.XAdESSignedDataObjectProperties.build
(Element signatureElement, XAdESPaths xadesPaths) BuildsXAdESSignedDataObjectProperties
static XAdESUnsignedSigProperties
XAdESUnsignedSigProperties.build
(Element signatureElement, XAdESPaths xadesPaths) Builds {code XAdESUnsignedSigProperties}static CertificateRef
XAdESCertificateRefExtractionUtils.createCertificateRefFromV1
(Element certRefElement, XAdESPaths xadesPaths) Extracts aCertificateRef
from a V1certRefElement
static CertificateRef
XAdESCertificateRefExtractionUtils.createCertificateRefFromV2
(Element certRefElement, XAdESPaths xadesPaths) Extracts aCertificateRef
from a V2certRefElement
static CRLRef
XAdESRevocationRefExtractionUtils.createCRLRef
(XAdESPaths xadesPaths, Element crlRefElement) Extracts aCRLRef
from acrlRefElement
static OCSPRef
XAdESRevocationRefExtractionUtils.createOCSPRef
(XAdESPaths xadesPaths, Element ocspRefElement) Extracts aOCSPRef
from aocspRefElement
protected static Element
XAdESSignedDataObjectProperties.getSignedSignaturePropertiesDom
(Element signatureElement, XAdESPaths xadesPaths) Gets xades:SignedDataObjectProperties elementprotected static Element
XAdESUnsignedSigProperties.getUnsignedSignaturePropertiesDom
(Element signatureElement, XAdESPaths xadesPaths) Gets xades:UnsignedSignatureProperties elementvoid
XAdESSignature.registerXAdESPaths
(XAdESPaths xadesPaths) This method allows to register a newXAdESPaths
.ModifierConstructorDescriptionXAdESCertificateSource
(Element signatureElement, XAdESPaths xadesPaths) The default constructor for XAdESCertificateSource.XAdESCRLSource
(Element signatureElement, XAdESPaths xadesPaths) The default constructor for XAdESCRLSource.XAdESOCSPSource
(Element signatureElement, XAdESPaths xadesPaths) The default constructor for XAdESOCSPSource.XAdESUnsignedSigProperties
(Element unsignedSignatureProperties, XAdESPaths xadesPaths) Default constructorModifierConstructorDescriptionXAdESSignature
(Element signatureElement, List<XAdESPaths> xadesPathsHolders) The default constructor for XAdESSignature.