API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMExcC14NMethod View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      TransformService
          ApacheCanonicalizer
              DOMExcC14NMethod
Implements
Subclasses
Description
publicfinal class DOMExcC14NMethod
  DOM-based implementation of CanonicalizationMethod for Exclusive Canonical XML algorithm (with or without comments).
See also:   
Constructors
public DOMExcC14NMethod ()
Methods
Hide/Show inherited methods
public Data canonicalize (Data data, XMLCryptoContext xc) throws TransformException [Inherited From ApacheCanonicalizer]
public Data canonicalize (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException [Inherited From ApacheCanonicalizer]
publicfinal String getAlgorithm () [Inherited From TransformService]
  Returns the URI of the algorithm supported by this TransformService.
publicstatic TransformService getInstance (String algorithm, String mechanismType) throws NoSuchAlgorithmException [Inherited From TransformService]
  Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM).
publicstatic TransformService getInstance (String algorithm, String mechanismType, Provider provider) throws NoSuchAlgorithmException [Inherited From TransformService]
  Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
publicstatic TransformService getInstance (String algorithm, String mechanismType, String provider) throws NoSuchAlgorithmException NoSuchProviderException [Inherited From TransformService]
  Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
publicfinal String getMechanismType () [Inherited From TransformService]
  Returns the mechanism type supported by this TransformService.
publicfinal AlgorithmParameterSpec getParameterSpec () [Inherited From ApacheCanonicalizer]
public String getParamsNSURI ()
publicfinal Provider getProvider () [Inherited From TransformService]
  Returns the provider of this TransformService.
public void init (TransformParameterSpec params) throws InvalidAlgorithmParameterException [Specified in TransformService]
public void init (XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException [Overrides ApacheCanonicalizer] [Specified in TransformService]
publicfinal boolean isFeatureSupported (String feature) [Inherited From ApacheCanonicalizer]
public void marshalParams (XMLStructure parent, XMLCryptoContext context) throws MarshalException [Overrides ApacheCanonicalizer] [Specified in TransformService]
public Data transform (Data data, XMLCryptoContext xc) throws TransformException
public Data transform (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException [Inherited From ApacheCanonicalizer]
Fields
Hide/Show inherited fields
protected com.sun.org.apache.xml.internal.security.c14n.Canonicalizer apacheCanonicalizer [Inherited From ApacheCanonicalizer]
protected String inclusiveNamespaces [Inherited From ApacheCanonicalizer]
protected Document ownerDoc [Inherited From ApacheCanonicalizer]
protected C14NMethodParameterSpec params [Inherited From ApacheCanonicalizer]
protected Element transformElem [Inherited From ApacheCanonicalizer]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar