Uses of Class
eu.europa.esig.dss.definition.DSSNamespace
Packages that use DSSNamespace
Package
Description
-
Uses of DSSNamespace in eu.europa.esig.dss
Methods in eu.europa.esig.dss that return DSSNamespaceModifier and TypeMethodDescriptionstatic DSSNamespace
DomUtils.browseRecursivelyForNamespaceWithUri
(Element element, String uri) This method browses throughelement
looking for a namespace with the targeturi
and returnsDSSNamespace
if foundMethods in eu.europa.esig.dss with parameters of type DSSNamespaceModifier and TypeMethodDescriptionstatic Element
DomUtils.addElement
(Document document, Element parentDom, DSSNamespace namespace, DSSElement element) This method creates and adds a new XMLElement
static void
DomUtils.addNamespaceAttribute
(Element element, DSSNamespace namespace) Adds a namespace attribute to the elementstatic Element
DomUtils.addTextElement
(Document document, Element parentDom, DSSNamespace namespace, DSSElement element, String value) This method creates and adds a new XMLElement
with text valuestatic Element
DomUtils.createElementNS
(Document documentDom, DSSNamespace namespace, DSSElement element) Creates an element with the given namespacestatic boolean
DomUtils.registerNamespace
(DSSNamespace namespace) This method allows to register a namespace and associated prefix.static void
DomUtils.setAttributeNS
(Element element, DSSNamespace namespace, DSSAttribute attribute, String value) This method adds an attribute with the namespace and the value -
Uses of DSSNamespace in eu.europa.esig.dss.asic.common.definition
Fields in eu.europa.esig.dss.asic.common.definition declared as DSSNamespaceMethods in eu.europa.esig.dss.asic.common.definition that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.asic.xades.definition
Fields in eu.europa.esig.dss.asic.xades.definition declared as DSSNamespaceModifier and TypeFieldDescriptionstatic final DSSNamespace
ManifestNamespace.NS
The OpenDocument Manifest namespaceMethods in eu.europa.esig.dss.asic.xades.definition that return DSSNamespaceMethods in eu.europa.esig.dss.asic.xades.definition with parameters of type DSSNamespaceModifier and TypeMethodDescriptionstatic String
ManifestPaths.getFullPathAttribute
(DSSNamespace manifestNamespace) Returns"manifest:full-path"
with the givenmanifestNamespace
's prefixstatic String
ManifestPaths.getMediaTypeAttribute
(DSSNamespace manifestNamespace) Returns"manifest:media-type"
with the givenmanifestNamespace
's prefix -
Uses of DSSNamespace in eu.europa.esig.dss.definition
Methods in eu.europa.esig.dss.definition that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.definition.xmldsig
Fields in eu.europa.esig.dss.definition.xmldsig declared as DSSNamespaceModifier and TypeFieldDescriptionstatic final DSSNamespace
XMLDSigNamespace.NS
Default XMLDSig namespace definitionMethods in eu.europa.esig.dss.definition.xmldsig that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return DSSNamespaceModifier and TypeMethodDescriptionXAdESSignatureParameters.getXades141Namespace()
This method returns the current used XAdES 1.4.1 namespace Never returns nullXAdESSignatureParameters.getXadesNamespace()
This method returns the current used XAdES namespace Never returns nullXAdESSignatureParameters.getXmldsigNamespace()
This method returns the current used XMLDSig namespace Never returns nullMethods in eu.europa.esig.dss.xades with parameters of type DSSNamespaceModifier and TypeMethodDescriptionstatic void
DSSXMLUtils.incorporateDigestMethod
(Element parentElement, DigestAlgorithm digestAlgorithm, DSSNamespace namespace) This method creates the ds:DigestMethod DOM objectstatic void
DSSXMLUtils.incorporateDigestValue
(Element parentDom, String base64EncodedDigestBytes, DSSNamespace namespace) This method creates the ds:DigestValue DOM object.static void
DSSXMLUtils.incorporateTransforms
(Element parentElement, List<DSSTransform> transforms, DSSNamespace namespace) Incorporates a ds:Transforms element into the given parentelement
void
XAdESSignatureParameters.setXades141Namespace
(DSSNamespace xades141Namespace) Sets the XAdES 1.4.1 namespace Default: xades141:http://uri.etsi.org/01903/v1.4.1#void
XAdESSignatureParameters.setXadesNamespace
(DSSNamespace xadesNamespace) Sets the XAdES namespace Default: xades:http://uri.etsi.org/01903/v1.3.2#void
XAdESSignatureParameters.setXmldsigNamespace
(DSSNamespace xmldsigNamespace) Sets the XMLDSIG namespace Default: ds:http://www.w3.org/2000/09/xmldsig# -
Uses of DSSNamespace in eu.europa.esig.dss.xades.definition
Fields in eu.europa.esig.dss.xades.definition declared as DSSNamespaceModifier and TypeFieldDescriptionstatic final DSSNamespace
SAMLAssertionNamespace.NS
SAML namespace definitionstatic final DSSNamespace
XAdESNamespaces.XADES_111
XAdES 1.1.1static final DSSNamespace
XAdESNamespaces.XADES_122
XAdES 1.2.2static final DSSNamespace
XAdESNamespaces.XADES_132
XAdES 1.3.2static final DSSNamespace
XAdESNamespaces.XADES_141
XAdES 1.4.1static final DSSNamespace
XAdESNamespaces.XMLDSIG
The XMLDSIG namespacestatic final DSSNamespace
XAdESNamespaces.XMLDSIG_FILTER2
The XMLDSIG Filter 2.0 namespaceMethods in eu.europa.esig.dss.xades.definition that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.xades.definition.xades111
Methods in eu.europa.esig.dss.xades.definition.xades111 that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.xades.definition.xades122
Methods in eu.europa.esig.dss.xades.definition.xades122 that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.xades.definition.xades132
Methods in eu.europa.esig.dss.xades.definition.xades132 that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.xades.definition.xades141
Methods in eu.europa.esig.dss.xades.definition.xades141 that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.xades.reference
Fields in eu.europa.esig.dss.xades.reference declared as DSSNamespaceModifier and TypeFieldDescriptionprotected DSSNamespace
AbstractTransform.namespace
The namespaceMethods in eu.europa.esig.dss.xades.reference with parameters of type DSSNamespaceModifier and TypeMethodDescriptionvoid
ReferenceProcessor.incorporateReferences
(Element referenceContainer, List<DSSReference> references, DSSNamespace namespace) This method incorporates a list of references within the providedreferenceContainer
elementvoid
AbstractTransform.setNamespace
(DSSNamespace namespace) void
DSSTransform.setNamespace
(DSSNamespace namespace) Specifies a namespace for the transformation elementsConstructors in eu.europa.esig.dss.xades.reference with parameters of type DSSNamespaceModifierConstructorDescriptionprotected
AbstractTransform
(DSSNamespace xmlDSigNamespace, String algorithm) Constructor with namespaceBase64Transform
(DSSNamespace xmlDSigNamespace) Constructor with namespaceCanonicalizationTransform
(DSSNamespace xmlDSigNamespace, String canonicalizationAlgorithm) Constructor with namespaceprotected
ComplexTransform
(DSSNamespace xmlDSigNamespace, String algorithm) Default constructorEnvelopedSignatureTransform
(DSSNamespace xmlDSigNamespace) Constructor with a custom namespaceprotected
SPDocDigestAsInSpecificationTransform
(DSSNamespace xmlDSigNamespace) Constructor with a custom namespaceXPath2FilterEnvelopedSignatureTransform
(DSSNamespace xmlDSigNamespace) Constructor with namespaceXPath2FilterTransform
(DSSNamespace xmlDSigNamespace, String xPathExpression, String filter) Constructor with namespaceXPathEnvelopedSignatureTransform
(DSSNamespace xmlDSigNamespace) Constructor with namespaceXPathTransform
(DSSNamespace xmlDSigNamespace, String xPathExpression) Constructor with namespaceprotected
XPathTransform
(DSSNamespace xmlDSigNamespace, String algorithm, String xPathExpression) Internal constructor with a custom algorithm urlXsltTransform
(DSSNamespace xmlDSigNamespace, Document content) Constructor wit namespace -
Uses of DSSNamespace in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that return DSSNamespaceModifier and TypeMethodDescriptionprotected DSSNamespace
XAdESBuilder.getXades141Namespace()
This method returns the current used XAdES 1.4.1 namespaceprotected DSSNamespace
ExtensionBuilder.getXadesNamespace()
This method returns the current used XAdES namespace.protected DSSNamespace
XAdESBuilder.getXadesNamespace()
This method returns the current used XAdES namespaceprotected DSSNamespace
ExtensionBuilder.getXmldsigNamespace()
This method returns the current used XMLDSig namespace.protected DSSNamespace
XAdESBuilder.getXmldsigNamespace()
This method returns the current used XMLDSig namespaceConstructors in eu.europa.esig.dss.xades.signature with parameters of type DSSNamespaceModifierConstructorDescriptionManifestBuilder
(String manifestId, DigestAlgorithm digestAlgorithm, List<DSSDocument> documents, DSSNamespace xmldsigNamespace) Constructor for the builderManifestBuilder
(String manifestId, List<DSSReference> references, DSSNamespace xmldsigNamespace) The constructor with custom references -
Uses of DSSNamespace in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return DSSNamespaceModifier and TypeMethodDescriptionXAdESSignature.getXadesNamespace()
Returns the XAdES namespaceXAdESSignature.getXmldSigNamespace()
Returns the XMLDSIG namespace