API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMCanonicalizationMethod View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMTransform
              DOMCanonicalizationMethod
Implements
 CanonicalizationMethod
Subclasses
Description
public class DOMCanonicalizationMethod
DOM-based abstract implementation of CanonicalizationMethod.
See also:   
Constructors
public DOMCanonicalizationMethod (Element cmElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMCanonicalizationMethod from an element.
public DOMCanonicalizationMethod (TransformService spi) throws InvalidAlgorithmParameterException
  Creates a DOMCanonicalizationMethod.
Methods
Hide/Show inherited methods
public Data canonicalize (Data data, XMLCryptoContext xc) throws TransformException
  Canonicalizes the specified data using the underlying canonicalization algorithm.
public Data canonicalize (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException
public boolean equals (Object o) [Overrides DOMTransform]
publicfinal String getAlgorithm () [Inherited From DOMTransform]
publicfinal AlgorithmParameterSpec getParameterSpec () [Inherited From DOMTransform]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Inherited From DOMTransform] [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 [Inherited From DOMTransform]
  Transforms the specified data using the underlying transform algorithm.
pack-private Data transform (Data data, XMLCryptoContext xc, DOMSignContext context) throws MarshalException TransformException [Inherited From DOMTransform]
  Transforms the specified data using the underlying transform algorithm.
public Data transform (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException [Inherited From DOMTransform]
  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 CanonicalizationMethod]
The Base64 transform algorithm URI.
publicfinalstatic String ENVELOPED = "http://www.w3.org/2000/09/xmldsig#enveloped-signature" [Inherited From CanonicalizationMethod]
The Enveloped Signature transform algorithm URI.
publicfinalstatic String EXCLUSIVE = "http://www.w3.org/2001/10/xml-exc-c14n#" [Inherited From CanonicalizationMethod]
The Exclusive Canonical XML (without comments) canonicalization method algorithm URI.
publicfinalstatic String EXCLUSIVE_WITH_COMMENTS = "http://www.w3.org/2001/10/xml-exc-c14n#WithComments" [Inherited From CanonicalizationMethod]
The Exclusive Canonical XML with comments canonicalization method algorithm URI.
publicfinalstatic String INCLUSIVE = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315" [Inherited From CanonicalizationMethod]
The Canonical XML (without comments) canonicalization method algorithm URI.
publicfinalstatic String INCLUSIVE_WITH_COMMENTS = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments" [Inherited From CanonicalizationMethod]
The Canonical XML with comments canonicalization method algorithm URI.
protected TransformService spi [Inherited From DOMTransform]
publicfinalstatic String XPATH = "http://www.w3.org/TR/1999/REC-xpath-19991116" [Inherited From CanonicalizationMethod]
The XPath transform algorithm URI.
publicfinalstatic String XPATH2 = "http://www.w3.org/2002/06/xmldsig-filter2" [Inherited From CanonicalizationMethod]
The XPath Filter 2 transform algorithm URI.
publicfinalstatic String XSLT = "http://www.w3.org/TR/1999/REC-xslt-19991116" [Inherited From CanonicalizationMethod]
The XSLT transform algorithm URI.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar