public class STRTransform extends TransformService
Modifier and Type | Field and Description |
---|---|
static String |
TRANSFORM_URI |
static String |
TRANSFORM_WS_DOC_INFO |
Constructor and Description |
---|
STRTransform() |
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 xc) |
Data |
transform(Data data,
XMLCryptoContext xc,
OutputStream os) |
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
public static final String TRANSFORM_URI
public static final String TRANSFORM_WS_DOC_INFO
public final AlgorithmParameterSpec getParameterSpec()
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
init
in class TransformService
InvalidAlgorithmParameterException
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 © 2021 JBoss by Red Hat. All rights reserved.