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]
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.
public void
init
(TransformParameterSpec params)
throws
InvalidAlgorithmParameterException
[Specified in TransformService]
public void
init
(XMLStructure parent, XMLCryptoContext context)
throws
InvalidAlgorithmParameterException
[Inherited From ApacheCanonicalizer]
[Specified in TransformService]
public void
marshalParams
(XMLStructure parent, XMLCryptoContext context)
throws
MarshalException
[Inherited From ApacheCanonicalizer]
[Specified in TransformService]
public Data
transform
(Data data, XMLCryptoContext xc, OutputStream os)
throws
TransformException
[Inherited From ApacheCanonicalizer]
protected
com.sun.org.apache.xml.internal.security.c14n.Canonicalizer apacheCanonicalizer
[Inherited From ApacheCanonicalizer]