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.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 |
---|---|
void |
DOMXMLSignature.marshal(org.w3c.dom.Node parent,
org.w3c.dom.Node nextSibling,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyInfo.marshal(org.w3c.dom.Node parent,
org.w3c.dom.Node nextSibling,
java.lang.String dsPrefix,
DOMCryptoContext context) |
abstract void |
DOMStructure.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMDigestMethod.marshal(org.w3c.dom.Node parent,
java.lang.String prefix,
DOMCryptoContext context)
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMManifest.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMXMLSignature.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMXMLSignature.DOMSignatureValue.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyInfo.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyName.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMX509IssuerSerial.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyValue.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMSignatureProperty.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMSignatureProperties.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMX509Data.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMCryptoBinary.marshal(org.w3c.dom.Node parent,
java.lang.String prefix,
DOMCryptoContext context) |
void |
DOMPGPData.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMXMLObject.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMTransform.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMSignatureMethod.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMSignedInfo.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMReference.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMRetrievalMethod.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
void |
DOMKeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXSLTTransform.marshalParams(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 |
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(org.w3c.dom.Element cmElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMCanonicalizationMethod from an element. |
DOMCryptoBinary(org.w3c.dom.Node cbNode)
Creates a
DOMCryptoBinary from a node. |
DOMKeyInfo(org.w3c.dom.Element kiElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMKeyInfo from XML. |
DOMKeyValue(org.w3c.dom.Element kvElem)
Creates a
DOMKeyValue from an element. |
DOMManifest(org.w3c.dom.Element manElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMManifest from an element. |
DOMPGPData(org.w3c.dom.Element pdElem)
Creates a
DOMPGPData from an element. |
DOMReference(org.w3c.dom.Element refElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMReference from an element. |
DOMRetrievalMethod(org.w3c.dom.Element rmElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMRetrievalMethod from an element. |
DOMSignatureProperties(org.w3c.dom.Element propsElem)
Creates a
DOMSignatureProperties from an element. |
DOMSignatureProperty(org.w3c.dom.Element propElem)
Creates a
DOMSignatureProperty from an element. |
DOMSignedInfo(org.w3c.dom.Element siElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMSignedInfo from an element. |
DOMTransform(org.w3c.dom.Element transElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMTransform from an element. |
DOMX509Data(org.w3c.dom.Element xdElem)
Creates a
DOMX509Data from an element. |
DOMXMLObject(org.w3c.dom.Element objElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates an
XMLObject from an element. |
DOMXMLSignature(org.w3c.dom.Element sigElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a
DOMXMLSignature from XML. |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.