Skip navigation links 
 
oracle.security.xmlsec.wss.transform
Class StreamingSTRTransform
java.lang.Object
  
oracle.security.xmlsec.transform.XSTransformer
      
oracle.security.xmlsec.wss.transform.StreamingSTRTransform
- All Implemented Interfaces:
 
- oracle.security.xmlsec.transform.NodeToStreamTransform
 
- 
public class StreamingSTRTransform
 
- extends oracle.security.xmlsec.transform.XSTransformer
 
- implements oracle.security.xmlsec.transform.NodeToStreamTransform
 
- Since:
 
- release specific (what release of product did this appear in)
 
- Version:
 
- $Header: entsec_ldap/java/src/oracle/security/xmlsec/wss/transform/StreamingSTRTransform.java /main/9 2010/06/15 18:05:20 rhingara Exp $
 
 
 
 
 
| Fields inherited from class oracle.security.xmlsec.transform.XSTransformer | 
transform | 
  
 
| Constructor Summary | 
StreamingSTRTransform(oracle.security.xmlsec.dsig.XSAlgorithmIdentifier trans) 
          Create a new STRTransform instance. | 
  
 
| Method Summary | 
 java.lang.String | 
getAlgorithmURI() 
          Get the transformation algorithm URI. | 
 java.lang.String | 
getCanonicalizationMethod() 
          Get the transformation algorithm. | 
 oracle.security.xmlsec.util.XMLContainer | 
transform(oracle.security.xmlsec.util.XMLContainer source) 
            | 
 oracle.security.xmlsec.util.XMLContainer | 
transform(oracle.security.xmlsec.util.XMLContainer source, java.util.Map STRToST) 
            | 
 java.io.InputStream | 
transformToStream(oracle.security.xmlsec.util.NodeReader source) 
            | 
 
| 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 | 
 
 
StreamingSTRTransform
public StreamingSTRTransform(oracle.security.xmlsec.dsig.XSAlgorithmIdentifier trans)
- Create a new 
STRTransform instance.
- Parameters:
 
trans - The tranformation parameters. 
 
getAlgorithmURI
public java.lang.String getAlgorithmURI()
- Get the transformation algorithm URI.
 
- 
- Specified by:
 
getAlgorithmURI in class oracle.security.xmlsec.transform.XSTransformer 
 
- 
- Returns:
 
- The algorithm URI.
 
- See Also:
 
XSTransformer.getAlgorithmURI() 
 
getCanonicalizationMethod
public java.lang.String getCanonicalizationMethod()
- Get the transformation algorithm.
 
- 
- Returns:
 
- The algorithm string.
 
 
transform
public oracle.security.xmlsec.util.XMLContainer transform(oracle.security.xmlsec.util.XMLContainer source)
                                                   throws oracle.security.xmlsec.transform.TransformationException
- 
- Specified by:
 
transform in class oracle.security.xmlsec.transform.XSTransformer 
 
- 
- Throws:
 
oracle.security.xmlsec.transform.TransformationException 
 
transform
public oracle.security.xmlsec.util.XMLContainer transform(oracle.security.xmlsec.util.XMLContainer source,
                                                          java.util.Map STRToST)
                                                   throws oracle.security.xmlsec.transform.TransformationException
- 
- Throws:
 
oracle.security.xmlsec.transform.TransformationException 
 
transformToStream
public java.io.InputStream transformToStream(oracle.security.xmlsec.util.NodeReader source)
                                      throws oracle.security.xmlsec.transform.TransformationException
- 
- Specified by:
 
transformToStream in interface oracle.security.xmlsec.transform.NodeToStreamTransform 
 
- 
- Throws:
 
oracle.security.xmlsec.transform.TransformationException 
 
Skip navigation links 
 
Copyright © 2005, 2013 , Oracle. All rights reserved.