API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. ApacheTransform View Source
Author(s)
Sean Mullan
Erwin van der Koogh
Since
Version
Serial
Hierarchy
 Object
      TransformService
          ApacheTransform
Implements
Subclasses
Description
publicabstract abstract class ApacheTransform
This is a wrapper/glue class which invokes the Apache XML-Security Transform.
See also:   
Constructors
public ApacheTransform ()
Methods
Hide/Show inherited methods
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) throws TransformException
public Data transform (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException
Fields
Hide/Show inherited fields
protected Document ownerDoc
protected TransformParameterSpec params
protected Element transformElem
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar