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 params) |
void |
init(XMLStructure parent,
XMLCryptoContext context) |
boolean |
isFeatureSupported(String feature) |
void |
marshalParams(XMLStructure parent,
XMLCryptoContext context) |
Data |
transform(Data data,
XMLCryptoContext context) |
Data |
transform(Data data,
XMLCryptoContext context,
OutputStream os) |
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProviderpublic void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException
marshalParams in class TransformServiceMarshalExceptionpublic void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic AlgorithmParameterSpec getParameterSpec()
public Data transform(Data data, XMLCryptoContext context) throws TransformException
TransformExceptionpublic Data transform(Data data, XMLCryptoContext context, OutputStream os) throws TransformException
TransformExceptionpublic boolean isFeatureSupported(String feature)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.