AlgorithmMethod
, Transform
, XMLStructure
DOMBase64Transform
, DOMEnvelopedTransform
, DOMXPathFilter2Transform
, DOMXPathTransform
, DOMXSLTTransform
public abstract class ApacheTransform extends TransformService
Modifier and Type | Field | Description |
---|---|---|
protected Document |
ownerDoc |
|
protected TransformParameterSpec |
params |
|
protected Element |
transformElem |
Constructor | Description |
---|---|
ApacheTransform() |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider, init
protected Document ownerDoc
protected Element transformElem
protected TransformParameterSpec params
public final AlgorithmParameterSpec getParameterSpec()
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException
init
in class TransformService
InvalidAlgorithmParameterException
public void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException
marshalParams
in class TransformService
MarshalException
public Data transform(Data data, XMLCryptoContext xc) throws TransformException
TransformException
public Data transform(Data data, XMLCryptoContext xc, OutputStream os) throws TransformException
TransformException
public final boolean isFeatureSupported(String feature)
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.