public class ACTransform extends TransformService
| Constructor and Description |
|---|
ACTransform()
Creates a new instance of ACTranform
|
| 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 void init(TransformParameterSpec transformParameterSpec) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic void init(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic AlgorithmParameterSpec getParameterSpec()
public 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.