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 classXmlWriterToTreeManifestation 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 voidDOMDigestMethod. marshal(XmlWriter xwriter, javax.xml.crypto.dsig.DigestMethod digest, java.lang.String prefix)This method invokes the abstractmarshalParamsmethod to marshal any algorithm-specific parameters.static voidDOMKeyInfo. marshal(XmlWriter xwriter, javax.xml.crypto.dsig.keyinfo.KeyInfo ki, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)voidDOMKeyValue. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)static voidDOMKeyValue. marshal(XmlWriter xwriter, java.math.BigInteger bigNum)static voidDOMManifest. marshal(XmlWriter xwriter, javax.xml.crypto.dsig.Manifest manif, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)voidDOMReference. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)voidDOMRetrievalMethod. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)static voidDOMSignatureProperties. marshal(XmlWriter xwriter, javax.xml.crypto.dsig.SignatureProperties sigProps, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)static voidDOMSignatureProperty. marshal(XmlWriter xwriter, javax.xml.crypto.dsig.SignatureProperty sigProp, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)voidDOMSignedInfo. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)abstract voidDOMStructure. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)voidDOMTransform. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)This method marshals any algorithm-specific parameters.static voidDOMX509Data. marshal(XmlWriter xwriter, javax.xml.crypto.dsig.keyinfo.X509Data x509Data, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)static voidDOMXMLObject. marshal(XmlWriter xwriter, javax.xml.crypto.dsig.XMLObject xmlObj, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)voidDOMXMLSignature.DOMSignatureValue. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)voidDOMXMLSignature. marshal(XmlWriter xwriter, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)abstract voidXmlWriter.ToMarshal. marshalObject(XmlWriter xwriter, CLZ toMarshal, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)static voidDOMKeyValue. writeBase64BigIntegerElement(XmlWriter xwriter, java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.math.BigInteger value)
-