public class DOMSTRTransform extends TransformService
| Modifier and Type | Class and Description |
|---|---|
static class |
DOMSTRTransform.STRTransformParameterSpec |
| Constructor and Description |
|---|
DOMSTRTransform() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmParameterSpec |
getParameterSpec() |
void |
init(TransformParameterSpec params) |
void |
init(XMLStructure params,
XMLCryptoContext xMLCryptoContext) |
boolean |
isFeatureSupported(String str) |
void |
marshalParams(XMLStructure parent,
XMLCryptoContext context) |
Data |
transform(Data data,
XMLCryptoContext xc) |
Data |
transform(Data data,
XMLCryptoContext xc,
OutputStream outputStream) |
void |
unmarshalParams(XMLStructure parent,
XMLCryptoContext context) |
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProviderpublic static final String WSSE
public static final String WSU
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic void init(XMLStructure params, XMLCryptoContext xMLCryptoContext) throws InvalidAlgorithmParameterException
init in class TransformServiceInvalidAlgorithmParameterExceptionpublic AlgorithmParameterSpec getParameterSpec()
public 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 outputStream) throws TransformException
TransformExceptionpublic void unmarshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException, InvalidAlgorithmParameterException
public boolean isFeatureSupported(String str)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.