com.sun.xml.wss.impl.transform
Class DOMSTRTransform
java.lang.Object
javax.xml.crypto.dsig.TransformService
com.sun.xml.wss.impl.transform.DOMSTRTransform
- All Implemented Interfaces:
- javax.xml.crypto.AlgorithmMethod, javax.xml.crypto.dsig.Transform, javax.xml.crypto.XMLStructure
public class DOMSTRTransform
- extends javax.xml.crypto.dsig.TransformService
- Author:
- K.Venugopal@sun.com, Sean Mullan
|
Field Summary |
static java.lang.String |
WSSE
|
static java.lang.String |
WSU
|
| Fields inherited from interface javax.xml.crypto.dsig.Transform |
BASE64, ENVELOPED, XPATH, XPATH2, XSLT |
|
Method Summary |
java.security.spec.AlgorithmParameterSpec |
getParameterSpec()
|
void |
init(javax.xml.crypto.dsig.spec.TransformParameterSpec params)
|
void |
init(javax.xml.crypto.XMLStructure params,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
|
boolean |
isFeatureSupported(java.lang.String str)
|
void |
marshalParams(javax.xml.crypto.XMLStructure parent,
javax.xml.crypto.XMLCryptoContext context)
|
javax.xml.crypto.Data |
transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xc)
|
javax.xml.crypto.Data |
transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xc,
java.io.OutputStream outputStream)
|
void |
unmarshalParams(javax.xml.crypto.XMLStructure parent,
javax.xml.crypto.XMLCryptoContext context)
|
| 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 |
WSSE
public static final java.lang.String WSSE
- See Also:
- Constant Field Values
WSU
public static final java.lang.String WSU
- See Also:
- Constant Field Values
DOMSTRTransform
public DOMSTRTransform()
init
public void init(javax.xml.crypto.dsig.spec.TransformParameterSpec params)
throws java.security.InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
java.security.InvalidAlgorithmParameterException
init
public void init(javax.xml.crypto.XMLStructure params,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
throws java.security.InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
java.security.InvalidAlgorithmParameterException
getParameterSpec
public java.security.spec.AlgorithmParameterSpec getParameterSpec()
marshalParams
public void marshalParams(javax.xml.crypto.XMLStructure parent,
javax.xml.crypto.XMLCryptoContext context)
throws javax.xml.crypto.MarshalException
- Specified by:
marshalParams in class javax.xml.crypto.dsig.TransformService
- Throws:
javax.xml.crypto.MarshalException
transform
public javax.xml.crypto.Data transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xc)
throws javax.xml.crypto.dsig.TransformException
- Throws:
javax.xml.crypto.dsig.TransformException
transform
public javax.xml.crypto.Data transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xc,
java.io.OutputStream outputStream)
throws javax.xml.crypto.dsig.TransformException
- Throws:
javax.xml.crypto.dsig.TransformException
unmarshalParams
public void unmarshalParams(javax.xml.crypto.XMLStructure parent,
javax.xml.crypto.XMLCryptoContext context)
throws javax.xml.crypto.MarshalException,
java.security.InvalidAlgorithmParameterException
- Throws:
javax.xml.crypto.MarshalException
java.security.InvalidAlgorithmParameterException
isFeatureSupported
public boolean isFeatureSupported(java.lang.String str)
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.