public class Exc14nCanonicalizer extends TransformService
| Constructor and Description |
|---|
Exc14nCanonicalizer()
Creates a new instance of Exc14nCanonicalizer
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmParameterSpec |
getParameterSpec() |
void |
init(TransformParameterSpec transformParameterSpec) |
void |
init(XMLStructure xMLStructure,
XMLCryptoContext xMLCryptoContext) |
boolean |
isFeatureSupported(String string) |
void |
marshalParams(XMLStructure xMLStructure,
XMLCryptoContext xMLCryptoContext) |
Data |
transform(Data data,
XMLCryptoContext xMLCryptoContext) |
Data |
transform(Data data,
XMLCryptoContext xMLCryptoContext,
OutputStream outputStream) |
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProviderpublic Exc14nCanonicalizer()
public void init(TransformParameterSpec transformParameterSpec) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic void marshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws MarshalException
marshalParams in class TransformServiceMarshalExceptionpublic void init(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic AlgorithmParameterSpec getParameterSpec()
public Data transform(Data data, XMLCryptoContext xMLCryptoContext) throws TransformException
TransformExceptionpublic Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException
TransformExceptionpublic boolean isFeatureSupported(String string)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.