Uses of Interface
eu.europa.esig.dss.xades.definition.XAdESPath
Packages that use XAdESPath
Package
Description
-
Uses of XAdESPath in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades with parameters of type XAdESPathModifier and TypeMethodDescriptionstatic booleanDSSXMLUtils.isCounterSignature(org.apache.xml.security.signature.Reference reference, XAdESPath xadesPaths) Determines if the givenreferencerefers to CounterSignature elementstatic booleanDSSXMLUtils.isSignedProperties(org.apache.xml.security.signature.Reference reference, XAdESPath xadesPaths) Determines if the givenreferencerefers to SignedProperties element -
Uses of XAdESPath in eu.europa.esig.dss.xades.definition.xades111
Classes in eu.europa.esig.dss.xades.definition.xades111 that implement XAdESPath -
Uses of XAdESPath in eu.europa.esig.dss.xades.definition.xades122
Classes in eu.europa.esig.dss.xades.definition.xades122 that implement XAdESPath -
Uses of XAdESPath in eu.europa.esig.dss.xades.definition.xades132
Classes in eu.europa.esig.dss.xades.definition.xades132 that implement XAdESPath -
Uses of XAdESPath in eu.europa.esig.dss.xades.signature
Fields in eu.europa.esig.dss.xades.signature declared as XAdESPathModifier and TypeFieldDescriptionprotected XAdESPathXAdESBuilder.xadesPathThis 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 XAdESPathModifier and TypeMethodDescriptionprotected XAdESPathXAdESBuilder.getCurrentXAdESPath()Gets a relevant class containing the list of paths -
Uses of XAdESPath in eu.europa.esig.dss.xades.validation
Fields in eu.europa.esig.dss.xades.validation with type parameters of type XAdESPathModifier and TypeFieldDescriptionXMLDocumentAnalyzer.xadesPathsHoldersThis variable contains the list ofXAdESPathsadapted to the specific signature schema.Methods in eu.europa.esig.dss.xades.validation that return XAdESPathMethods in eu.europa.esig.dss.xades.validation that return types with arguments of type XAdESPathModifier and TypeMethodDescriptionXMLDocumentAnalyzer.getXAdESPathsHolder()This getter returns theXAdESPathsXMLDocumentValidator.getXAdESPathsHolder()This getter returns theXAdESPathsXAdESSignature.getXAdESPathsHolders()Returns a list of usedXAdESPathsMethods in eu.europa.esig.dss.xades.validation with parameters of type XAdESPathModifier and TypeMethodDescriptionvoidXMLDocumentAnalyzer.addXAdESPathsHolder(XAdESPath xadesPathsHolder) This adds aXAdESPaths.voidXMLDocumentValidator.addXAdESPathsHolder(XAdESPath xadesPathsHolder) This adds aXAdESPaths.BuildsXAdESSignedDataObjectPropertiesstatic XAdESUnsignedSigPropertiesBuilds {code XAdESUnsignedSigProperties}static CertificateRefXAdESCertificateRefExtractionUtils.createCertificateRefFromV1(Element certRefElement, XAdESPath xadesPaths) Extracts aCertificateReffrom a V1certRefElementstatic CertificateRefXAdESCertificateRefExtractionUtils.createCertificateRefFromV2(Element certRefElement, XAdESPath xadesPaths) Extracts aCertificateReffrom a V2certRefElementstatic CRLRefXAdESRevocationRefExtractionUtils.createCRLRef(XAdESPath xadesPaths, Element crlRefElement) Extracts aCRLReffrom acrlRefElementstatic OCSPRefXAdESRevocationRefExtractionUtils.createOCSPRef(XAdESPath xadesPaths, Element ocspRefElement) Extracts aOCSPReffrom aocspRefElementprotected static ElementXAdESSignedDataObjectProperties.getSignedSignaturePropertiesDom(Element signatureElement, XAdESPath xadesPaths) Gets xades:SignedDataObjectProperties elementprotected static ElementXAdESUnsignedSigProperties.getUnsignedSignaturePropertiesDom(Element signatureElement, XAdESPath xadesPaths) Gets xades:UnsignedSignatureProperties elementvoidXAdESSignature.registerXAdESPaths(XAdESPath xadesPaths) This method allows to register a newXAdESPaths.Constructors in eu.europa.esig.dss.xades.validation with parameters of type XAdESPathModifierConstructorDescriptionXAdESCertificateSource(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 constructorConstructor parameters in eu.europa.esig.dss.xades.validation with type arguments of type XAdESPathModifierConstructorDescriptionXAdESSignature(Element signatureElement, List<XAdESPath> xadesPathHolders) The default constructor for XAdESSignature.