public class Transform extends TransformType implements Transform
algorithm, content| Constructor and Description |
|---|
Transform()
Creates a new instance of Transform
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmParameterSpec |
getParameterSpec() |
boolean |
isFeatureSupported(String string) |
void |
setContent(List content) |
void |
setParameterSpec(AlgorithmParameterSpec algSpec) |
void |
setReferenceId(String id) |
Data |
transform(Data data,
XMLCryptoContext xMLCryptoContext) |
Data |
transform(Data data,
XMLCryptoContext xMLCryptoContext,
OutputStream outputStream) |
getAlgorithm, getContent, setAlgorithmclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithmpublic AlgorithmParameterSpec getParameterSpec()
getParameterSpec in interface AlgorithmMethodgetParameterSpec in interface Transformpublic void setParameterSpec(AlgorithmParameterSpec algSpec)
public void setContent(List content)
public Data transform(Data data, XMLCryptoContext xMLCryptoContext) throws TransformException
transform in interface TransformTransformExceptionpublic Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException
transform in interface TransformTransformExceptionpublic boolean isFeatureSupported(String string)
isFeatureSupported in interface XMLStructurepublic void setReferenceId(String id)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.