Uses of Interface
eu.europa.esig.dss.xades.definition.XAdESPaths
-
Uses of XAdESPaths in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades with parameters of type XAdESPaths Modifier and Type Method Description static 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
Classes in eu.europa.esig.dss.xades.definition.xades111 that implement XAdESPaths Modifier and Type Class Description class
XAdES111Paths
XAdES 1.1.1 paths -
Uses of XAdESPaths in eu.europa.esig.dss.xades.definition.xades122
Classes in eu.europa.esig.dss.xades.definition.xades122 that implement XAdESPaths Modifier and Type Class Description class
XAdES122Paths
XAdES 1.2.2 paths -
Uses of XAdESPaths in eu.europa.esig.dss.xades.definition.xades132
Classes in eu.europa.esig.dss.xades.definition.xades132 that implement XAdESPaths Modifier and Type Class Description class
XAdES132Paths
XAdES 1.3.2 paths -
Uses of XAdESPaths in eu.europa.esig.dss.xades.signature
Fields in eu.europa.esig.dss.xades.signature declared as XAdESPaths Modifier and Type Field Description protected XAdESPaths
XAdESBuilder. xadesPaths
This variable holds theXAdESPaths
which contains all constants and queries needed to cope with the default signature schema.Methods in eu.europa.esig.dss.xades.signature that return XAdESPaths Modifier and Type Method Description protected XAdESPaths
XAdESBuilder. getCurrentXAdESPaths()
Gets a relevant class containing the list of paths -
Uses of XAdESPaths in eu.europa.esig.dss.xades.validation
Fields in eu.europa.esig.dss.xades.validation with type parameters of type XAdESPaths Modifier and Type Field Description protected List<XAdESPaths>
XMLDocumentValidator. xadesPathsHolders
This variable contains the list ofXAdESPaths
adapted to the specific signature schema.Methods in eu.europa.esig.dss.xades.validation that return XAdESPaths Modifier and Type Method Description XAdESPaths
XAdESSignature. getXAdESPaths()
Gets the currentXAdESPaths
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type XAdESPaths Modifier and Type Method Description List<XAdESPaths>
XMLDocumentValidator. getXAdESPathsHolder()
This getter returns theXAdESPaths
List<XAdESPaths>
XAdESSignature. getXAdESPathsHolders()
Returns a list of usedXAdESPaths
Methods in eu.europa.esig.dss.xades.validation with parameters of type XAdESPaths Modifier and Type Method Description void
XMLDocumentValidator. addXAdESPathsHolder(XAdESPaths xadesPathsHolder)
This adds aXAdESPaths
.static XAdESSignedDataObjectProperties
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
.Constructors in eu.europa.esig.dss.xades.validation with parameters of type XAdESPaths Constructor Description XAdESCertificateSource(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 constructorConstructor parameters in eu.europa.esig.dss.xades.validation with type arguments of type XAdESPaths Constructor Description XAdESSignature(Element signatureElement, List<XAdESPaths> xadesPathsHolders)
The default constructor for XAdESSignature. -
Uses of XAdESPaths in eu.europa.esig.dss.xades.validation.timestamp
Constructors in eu.europa.esig.dss.xades.validation.timestamp with parameters of type XAdESPaths Constructor Description XAdESTimestampDataBuilder(Element signature, List<org.apache.xml.security.signature.Reference> references, XAdESPaths xadesPaths)
Default constructorXAdESTimestampSource(XAdESSignature signature, Element signatureElement, XAdESPaths xadesPaths)
Default constructor