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