Package | Description |
---|---|
javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
javax.xml.crypto.dsig.keyinfo |
Classes for parsing and processing
KeyInfo elements and structures. |
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Method and Description |
---|---|
abstract void |
TransformService.marshalParams(XMLStructure parent,
XMLCryptoContext context)
Marshals the algorithm-specific parameters.
|
void |
XMLSignature.sign(XMLSignContext signContext)
Signs this
XMLSignature . |
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
Unmarshals a new
XMLSignature instance from a
mechanism-specific XMLStructure instance. |
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
Unmarshals a new
XMLSignature instance from a
mechanism-specific XMLValidateContext instance. |
Modifier and Type | Method and Description |
---|---|
void |
KeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context)
Marshals the key info to XML.
|
abstract KeyInfo |
KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
Unmarshals a new
KeyInfo instance from a
mechanism-specific XMLStructure (ex: DOMStructure )
instance. |
Modifier and Type | Method and Description |
---|---|
static Element |
DOMUtils.getFirstChildElement(Node node,
String localName)
Deprecated.
|
static Element |
DOMUtils.getFirstChildElement(Node node,
String localName,
String namespaceURI)
Returns the first child element of the specified node and checks that
the local name is equal to
localName and the namespace is equal to
namespaceURI |
static Element |
DOMUtils.getNextSiblingElement(Node node,
String localName)
Deprecated.
|
static Element |
DOMUtils.getNextSiblingElement(Node node,
String localName,
String namespaceURI)
Returns the next sibling element of the specified node and checks that
the local name is equal to
localName and the namespace is equal to
namespaceURI |
void |
DOMXMLSignature.marshal(Node parent,
Node nextSibling,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyInfo.marshal(Node parent,
Node nextSibling,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMRetrievalMethod.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMXMLSignature.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMXMLSignature.DOMSignatureValue.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMSignatureProperty.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMSignedInfo.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
abstract void |
DOMStructure.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMDigestMethod.marshal(Node parent,
String prefix,
DOMCryptoContext context)
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMXMLObject.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMPGPData.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMX509Data.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMReference.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyName.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMCryptoBinary.marshal(Node parent,
String prefix,
DOMCryptoContext context) |
void |
DOMKeyInfo.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyValue.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMX509IssuerSerial.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMSignatureProperties.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMTransform.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMManifest.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context) |
void |
ApacheTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXPathTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXPathFilter2Transform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXSLTTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
ApacheCanonicalizer.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMExcC14NMethod.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXMLSignature.sign(XMLSignContext signContext) |
KeyInfo |
DOMKeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure) |
XMLSignature |
DOMXMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure) |
XMLSignature |
DOMXMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context) |
Constructor and Description |
---|
DOMCanonicalizationMethod(Element cmElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMCanonicalizationMethod from an element. |
DOMCryptoBinary(Node cbNode)
Creates a
DOMCryptoBinary from a node. |
DOMKeyInfo(Element kiElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMKeyInfo from XML. |
DOMKeyValue(Element kvtElem)
Creates a
DOMKeyValue from an element. |
DOMManifest(Element manElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMManifest from an element. |
DOMPGPData(Element pdElem)
Creates a
DOMPGPData from an element. |
DOMReference(Element refElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMReference from an element. |
DOMRetrievalMethod(Element rmElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMRetrievalMethod from an element. |
DOMSignatureProperties(Element propsElem,
XMLCryptoContext context)
Creates a
DOMSignatureProperties from an element. |
DOMSignatureProperty(Element propElem,
XMLCryptoContext context)
Creates a
DOMSignatureProperty from an element. |
DOMSignedInfo(Element siElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMSignedInfo from an element. |
DOMTransform(Element transElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMTransform from an element. |
DOMX509Data(Element xdElem)
Creates a
DOMX509Data from an element. |
DOMX509IssuerSerial(Element isElem)
Creates a
DOMX509IssuerSerial from an element. |
DOMXMLObject(Element objElem,
XMLCryptoContext context,
Provider provider)
Creates an
XMLObject from an element. |
DOMXMLSignature(Element sigElem,
XMLCryptoContext context,
Provider provider)
Creates a
DOMXMLSignature from XML. |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.