| Package | Description |
|---|---|
| ru.CryptoPro.JCPxml.dsig.internal.dom |
| Modifier and Type | Class | Description |
|---|---|---|
class |
XmlWriterToTree |
Manifestation of XmlWriter interface designed to write to a tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
DOMDigestMethod.marshal(XmlWriter xwriter,
javax.xml.crypto.dsig.DigestMethod digest,
java.lang.String prefix) |
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
static void |
DOMKeyInfo.marshal(XmlWriter xwriter,
javax.xml.crypto.dsig.keyinfo.KeyInfo ki,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
void |
DOMKeyValue.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
static void |
DOMKeyValue.marshal(XmlWriter xwriter,
java.math.BigInteger bigNum) |
|
static void |
DOMManifest.marshal(XmlWriter xwriter,
javax.xml.crypto.dsig.Manifest manif,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
void |
DOMReference.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
void |
DOMRetrievalMethod.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
static void |
DOMSignatureProperties.marshal(XmlWriter xwriter,
javax.xml.crypto.dsig.SignatureProperties sigProps,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
static void |
DOMSignatureProperty.marshal(XmlWriter xwriter,
javax.xml.crypto.dsig.SignatureProperty sigProp,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
void |
DOMSignedInfo.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
abstract void |
DOMStructure.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
void |
DOMTransform.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
This method marshals any algorithm-specific parameters.
|
static void |
DOMX509Data.marshal(XmlWriter xwriter,
javax.xml.crypto.dsig.keyinfo.X509Data x509Data,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
static void |
DOMXMLObject.marshal(XmlWriter xwriter,
javax.xml.crypto.dsig.XMLObject xmlObj,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
void |
DOMXMLSignature.DOMSignatureValue.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
void |
DOMXMLSignature.marshal(XmlWriter xwriter,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
abstract void |
XmlWriter.ToMarshal.marshalObject(XmlWriter xwriter,
CLZ toMarshal,
java.lang.String dsPrefix,
javax.xml.crypto.XMLCryptoContext context) |
|
static void |
DOMKeyValue.writeBase64BigIntegerElement(XmlWriter xwriter,
java.lang.String prefix,
java.lang.String localName,
java.lang.String namespaceURI,
java.math.BigInteger value) |