API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMTransform View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMTransform
Implements
 Transform
Subclasses
Description
public class DOMTransform
DOM-based abstract implementation of Transform.
See also:   
Constructors
public DOMTransform (Element transElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMTransform from an element.
public DOMTransform (TransformService spi)
  Creates a DOMTransform.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
publicfinal String getAlgorithm ()
publicfinal AlgorithmParameterSpec getParameterSpec () [Specified in Transform]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
This method invokes the abstract marshalParams method to marshal any algorithm-specific parameters.
public Data transform (Data data, XMLCryptoContext xc) throws TransformException [Specified in Transform]
  Transforms the specified data using the underlying transform algorithm.
pack-private Data transform (Data data, XMLCryptoContext xc, DOMSignContext context) throws MarshalException TransformException
  Transforms the specified data using the underlying transform algorithm.
public Data transform (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException [Specified in Transform]
  Transforms the specified data using the underlying transform algorithm.
Fields
Hide/Show inherited fields
publicfinalstatic String BASE64 = "http://www.w3.org/2000/09/xmldsig#base64" [Inherited From Transform]
The Base64 transform algorithm URI.
publicfinalstatic String ENVELOPED = "http://www.w3.org/2000/09/xmldsig#enveloped-signature" [Inherited From Transform]
The Enveloped Signature transform algorithm URI.
protected TransformService spi
publicfinalstatic String XPATH = "http://www.w3.org/TR/1999/REC-xpath-19991116" [Inherited From Transform]
The XPath transform algorithm URI.
publicfinalstatic String XPATH2 = "http://www.w3.org/2002/06/xmldsig-filter2" [Inherited From Transform]
The XPath Filter 2 transform algorithm URI.
publicfinalstatic String XSLT = "http://www.w3.org/TR/1999/REC-xslt-19991116" [Inherited From Transform]
The XSLT transform algorithm URI.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar