API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. ApacheCanonicalizer View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      TransformService
          ApacheCanonicalizer
Implements
Subclasses
Description
publicabstract abstract class ApacheCanonicalizer
See also:   
Constructors
public ApacheCanonicalizer ()
Methods
Hide/Show inherited methods
public Data canonicalize (Data data, XMLCryptoContext xc) throws TransformException
public Data canonicalize (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException
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 ()
publicfinal Provider getProvider () [Inherited From TransformService]
  Returns the provider of this TransformService.
publicabstract void init (TransformParameterSpec params) throws InvalidAlgorithmParameterException [Inherited From TransformService]
  Initializes this TransformService with the specified parameters.
public void init (XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException [Specified in TransformService]
publicfinal boolean isFeatureSupported (String feature)
public void marshalParams (XMLStructure parent, XMLCryptoContext context) throws MarshalException [Specified in TransformService]
public Data transform (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException
Fields
Hide/Show inherited fields
protected com.sun.org.apache.xml.internal.security.c14n.Canonicalizer apacheCanonicalizer
protected String inclusiveNamespaces
protected Document ownerDoc
protected C14NMethodParameterSpec params
protected Element transformElem
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar