|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.crypto.dsig.TransformService
com.ibm.xml.crypto.dsig.dom.transform.TransformBase
com.ibm.xml.crypto.dsig.dom.transform.Enveloped
public class Enveloped
Nested Class Summary | |
---|---|
(package private) static class |
Enveloped.OmittingIterator
|
Field Summary |
---|
Fields inherited from class com.ibm.xml.crypto.dsig.dom.transform.TransformBase |
---|
node, spec |
Fields inherited from interface javax.xml.crypto.dsig.Transform |
---|
BASE64, ENVELOPED, XPATH, XPATH2, XSLT |
Constructor Summary | |
---|---|
Enveloped()
|
Method Summary | |
---|---|
Data |
transform(Data in,
XMLCryptoContext xcontext)
Transforms the specified data using the underlying transform algorithm. |
Methods inherited from class com.ibm.xml.crypto.dsig.dom.transform.TransformBase |
---|
getContext, getNode, getParameterSpec, init, init, isFeatureSupported, marshalParams, setNode, toNodeSet, transform |
Methods inherited from class javax.xml.crypto.dsig.TransformService |
---|
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Enveloped()
Method Detail |
---|
public Data transform(Data in, XMLCryptoContext xcontext) throws TransformException
Transform
in
- the data to be transformedxcontext
- the XMLCryptoContext
containing
additional context (may be null
if not applicable)
TransformException
- if an error occurs while executing the
transform
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |