public abstract class ApacheTransform extends TransformService
| Modifier and Type | Field and Description |
|---|---|
protected Document |
ownerDoc |
protected TransformParameterSpec |
params |
protected Element |
transformElem |
| Constructor and Description |
|---|
ApacheTransform() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmParameterSpec |
getParameterSpec() |
void |
init(XMLStructure parent,
XMLCryptoContext context) |
boolean |
isFeatureSupported(String feature) |
void |
marshalParams(XMLStructure parent,
XMLCryptoContext context) |
Data |
transform(Data data,
XMLCryptoContext xc) |
Data |
transform(Data data,
XMLCryptoContext xc,
OutputStream os) |
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider, initprotected Document ownerDoc
protected Element transformElem
protected TransformParameterSpec params
public final AlgorithmParameterSpec getParameterSpec()
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException
marshalParams in class TransformServiceMarshalExceptionpublic Data transform(Data data, XMLCryptoContext xc) throws TransformException
TransformExceptionpublic Data transform(Data data, XMLCryptoContext xc, OutputStream os) throws TransformException
TransformExceptionpublic final boolean isFeatureSupported(String feature)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.