|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.transform.XSTransformer
oracle.security.xmlsec.transform.EnvelopedSigTransform
Internal use only. Applies the XML-DSIG Enveloped Signature Transform.
| Field Summary |
| Fields inherited from class oracle.security.xmlsec.transform.XSTransformer |
transform |
| Constructor Summary | |
EnvelopedSigTransform(XSAlgorithmIdentifier trans)Creates a new EnvelopedSigTransform instance. |
|
| Method Summary | |
java.lang.String |
getAlgorithmURI()Returns the URI string identifying the Transform algorithm. |
protected XMLContainer |
transform(XMLContainer source)Applies the Enveloped Signature transformation to the given XMLContainer and returns the node list result in a new XMLContainer. |
| Methods inherited from class oracle.security.xmlsec.transform.XSTransformer |
applyTransforms, getInstance, getInstance, getTransform |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnvelopedSigTransform(XSAlgorithmIdentifier trans)
EnvelopedSigTransform instance.trans - A XSAlgorithmIdentifier object containing no parameters.java.lang.IllegalArgumentException - If the XSAlgorithmIdentifier is not a valid Enveloped Signature Transform.| Method Detail |
public java.lang.String getAlgorithmURI()
XSTransformergetAlgorithmURI in class XSTransformer
protected XMLContainer transform(XMLContainer source)
throws TransformationException
XMLContainer and returns the node list result in a new XMLContainer.transform in class XSTransformersource - A XMLContainer on which the transform will operate.XMLContainer containing the transform node list result.TransformationException - if an error occurs during the transformation process.
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||