Uses of Interface
org.apache.jcp.xml.dsig.internal.dom.XmlWriter
-
Packages that use XmlWriter Package Description org.apache.jcp.xml.dsig.internal.dom -
-
Uses of XmlWriter in org.apache.jcp.xml.dsig.internal.dom
Classes in org.apache.jcp.xml.dsig.internal.dom that implement XmlWriter Modifier and Type Class Description class
XmlWriterToTree
Manifestation of XmlWriter interface designed to write to a tree.Methods in org.apache.jcp.xml.dsig.internal.dom with parameters of type XmlWriter Modifier and Type Method Description static void
DOMDigestMethod. marshal(XmlWriter xwriter, DigestMethod digest, String prefix)
This method invokes the abstractmarshalParams
method to marshal any algorithm-specific parameters.static void
DOMKeyInfo. marshal(XmlWriter xwriter, KeyInfo ki, String dsPrefix, XMLCryptoContext context)
void
DOMKeyValue. marshal(XmlWriter xwriter, String dsPrefix, XMLCryptoContext context)
static void
DOMKeyValue. marshal(XmlWriter xwriter, BigInteger bigNum)
static void
DOMManifest. marshal(XmlWriter xwriter, Manifest manif, String dsPrefix, XMLCryptoContext context)
void
DOMReference. marshal(XmlWriter xwriter, String dsPrefix, XMLCryptoContext context)
void
DOMRetrievalMethod. marshal(XmlWriter xwriter, 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
DOMSignedInfo. marshal(XmlWriter xwriter, String dsPrefix, XMLCryptoContext context)
abstract void
DOMStructure. 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)
void
DOMXMLSignature.DOMSignatureValue. marshal(XmlWriter xwriter, String dsPrefix, XMLCryptoContext context)
void
DOMXMLSignature. marshal(XmlWriter xwriter, 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)
-