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 booleanDSSXMLUtils. isCounterSignature(org.apache.xml.security.signature.Reference reference, XAdESPaths xadesPaths)Determines if the givenreferencerefers to CounterSignature elementstatic booleanDSSXMLUtils. isSignedProperties(org.apache.xml.security.signature.Reference reference, XAdESPaths xadesPaths)Determines if the givenreferencerefers 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 classXAdES111PathsXAdES 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 classXAdES122PathsXAdES 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 classXAdES132PathsXAdES 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 XAdESPathsXAdESBuilder. xadesPathsThis variable holds theXAdESPathswhich 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 XAdESPathsXAdESBuilder. 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. xadesPathsHoldersThis variable contains the list ofXAdESPathsadapted to the specific signature schema.Methods in eu.europa.esig.dss.xades.validation that return XAdESPaths Modifier and Type Method Description XAdESPathsXAdESSignature. getXAdESPaths()Gets the currentXAdESPathsMethods 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 theXAdESPathsList<XAdESPaths>XAdESSignature. getXAdESPathsHolders()Returns a list of usedXAdESPathsMethods in eu.europa.esig.dss.xades.validation with parameters of type XAdESPaths Modifier and Type Method Description voidXMLDocumentValidator. addXAdESPathsHolder(XAdESPaths xadesPathsHolder)This adds aXAdESPaths.static XAdESSignedDataObjectPropertiesXAdESSignedDataObjectProperties. build(Element signatureElement, XAdESPaths xadesPaths)BuildsXAdESSignedDataObjectPropertiesstatic XAdESUnsignedSigPropertiesXAdESUnsignedSigProperties. build(Element signatureElement, XAdESPaths xadesPaths)Builds {code XAdESUnsignedSigProperties}static CertificateRefXAdESCertificateRefExtractionUtils. createCertificateRefFromV1(Element certRefElement, XAdESPaths xadesPaths)Extracts aCertificateReffrom a V1certRefElementstatic CertificateRefXAdESCertificateRefExtractionUtils. createCertificateRefFromV2(Element certRefElement, XAdESPaths xadesPaths)Extracts aCertificateReffrom a V2certRefElementstatic CRLRefXAdESRevocationRefExtractionUtils. createCRLRef(XAdESPaths xadesPaths, Element crlRefElement)Extracts aCRLReffrom acrlRefElementstatic OCSPRefXAdESRevocationRefExtractionUtils. createOCSPRef(XAdESPaths xadesPaths, Element ocspRefElement)Extracts aOCSPReffrom aocspRefElementprotected static ElementXAdESSignedDataObjectProperties. getSignedSignaturePropertiesDom(Element signatureElement, XAdESPaths xadesPaths)Gets xades:SignedDataObjectProperties elementprotected static ElementXAdESUnsignedSigProperties. getUnsignedSignaturePropertiesDom(Element signatureElement, XAdESPaths xadesPaths)Gets xades:UnsignedSignatureProperties elementvoidXAdESSignature. 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