public class ACOTransform extends TransformService
| Constructor and Description |
|---|
ACOTransform()
Creates a new instance of ACOTransform
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmParameterSpec |
getParameterSpec() |
void |
init(TransformParameterSpec transformParameterSpec) |
void |
init(XMLStructure xMLStructure,
XMLCryptoContext xMLCryptoContext) |
boolean |
isFeatureSupported(String str) |
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 AlgorithmParameterSpec getParameterSpec()
public void init(TransformParameterSpec transformParameterSpec) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic void init(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic void marshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws MarshalException
marshalParams in class TransformServiceMarshalExceptionpublic boolean isFeatureSupported(String str)
public Data transform(Data data, XMLCryptoContext xMLCryptoContext) throws TransformException
TransformExceptionpublic Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException
TransformExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.