Package | Description |
---|---|
javax.xml.crypto.dsig.dom |
DOM-specific classes for the
javax.xml.crypto.dsig package. |
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Class and Description |
---|---|
class |
DOMSignContext
A DOM-specific
XMLSignContext . |
class |
DOMValidateContext
A DOM-specific
XMLValidateContext . |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.