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
-
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
-
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
-
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()
-
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()
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
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)
static XAdESUnsignedSigProperties
XAdESUnsignedSigProperties. build(Element signatureElement, XAdESPaths xadesPaths)
protected static Element
XAdESSignedDataObjectProperties. getSignedSignaturePropertiesDom(Element signatureElement, XAdESPaths xadesPaths)
protected static Element
XAdESUnsignedSigProperties. getUnsignedSignaturePropertiesDom(Element signatureElement, XAdESPaths xadesPaths)
void
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, CertificatePool certificatePool)
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.XAdESTimestampDataBuilder(Element signature, List<org.apache.xml.security.signature.Reference> references, XAdESPaths xadesPaths)
XAdESTimestampSource(XAdESSignature signature, Element signatureElement, XAdESPaths xadesPaths, CertificatePool certificatePool)
Constructor parameters in eu.europa.esig.dss.xades.validation with type arguments of type XAdESPaths Constructor Description XAdESSignature(Element signatureElement, List<XAdESPaths> xadesPathsHolders, CertificatePool certPool)
The default constructor for XAdESSignature.