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, getProviderpublic 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 TransformServiceInvalidAlgorithmParameterExceptionpublic 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 © 2018 JBoss by Red Hat. All rights reserved.