API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. Transform View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      Transform
Subinterfaces
Description
public interface Transform
  A representation of the XML Transform element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public AlgorithmParameterSpec getParameterSpec () [Specified in AlgorithmMethod]
  Returns the algorithm-specific input parameters associated with this Transform.
public Data transform (Data data, XMLCryptoContext context) throws TransformException
  Transforms the specified data using the underlying transform algorithm.
public Data transform (Data data, XMLCryptoContext context, OutputStream os) throws TransformException
  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"
The Base64 transform algorithm URI.
publicfinalstatic String ENVELOPED = "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
The Enveloped Signature transform algorithm URI.
publicfinalstatic String XPATH = "http://www.w3.org/TR/1999/REC-xpath-19991116"
The XPath transform algorithm URI.
publicfinalstatic String XPATH2 = "http://www.w3.org/2002/06/xmldsig-filter2"
The XPath Filter 2 transform algorithm URI.
publicfinalstatic String XSLT = "http://www.w3.org/TR/1999/REC-xslt-19991116"
The XSLT transform algorithm URI.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar