Package | Description |
---|---|
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Class and Description |
---|---|
class |
XmlWriterToTree
Manifestation of XmlWriter interface designed to write to a tree.
|
Modifier and Type | Method and Description |
---|---|
static void |
DOMKeyValue.marshal(XmlWriter xwriter,
BigInteger bigNum) |
static void |
DOMDigestMethod.marshal(XmlWriter xwriter,
DigestMethod digest,
String prefix)
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
static void |
DOMKeyInfo.marshal(XmlWriter xwriter,
KeyInfo ki,
String dsPrefix,
XMLCryptoContext context) |
static void |
DOMManifest.marshal(XmlWriter xwriter,
Manifest manif,
String dsPrefix,
XMLCryptoContext context) |
static void |
DOMSignatureProperties.marshal(XmlWriter xwriter,
SignatureProperties sigProps,
String dsPrefix,
XMLCryptoContext context) |
static void |
DOMSignatureProperty.marshal(XmlWriter xwriter,
SignatureProperty sigProp,
String dsPrefix,
XMLCryptoContext context) |
void |
DOMXMLSignature.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
void |
DOMXMLSignature.DOMSignatureValue.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
void |
DOMReference.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
abstract void |
DOMStructure.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
void |
DOMKeyValue.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
void |
DOMRetrievalMethod.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
void |
DOMSignedInfo.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
void |
DOMTransform.marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context)
This method marshals any algorithm-specific parameters.
|
static void |
DOMX509Data.marshal(XmlWriter xwriter,
X509Data x509Data,
String dsPrefix,
XMLCryptoContext context) |
static void |
DOMXMLObject.marshal(XmlWriter xwriter,
XMLObject xmlObj,
String dsPrefix,
XMLCryptoContext context) |
abstract void |
XmlWriter.ToMarshal.marshalObject(XmlWriter xwriter,
CLZ toMarshal,
String dsPrefix,
XMLCryptoContext context) |
static void |
DOMKeyValue.writeBase64BigIntegerElement(XmlWriter xwriter,
String prefix,
String localName,
String namespaceURI,
BigInteger value) |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.