Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


oracle.security.xmlsec.transform
Class XSTransformerAdapter

java.lang.Object
  extended by javax.xml.crypto.dsig.TransformService
      extended by oracle.security.xmlsec.transform.XSTransformerAdapter

All Implemented Interfaces:
javax.xml.crypto.AlgorithmMethod, javax.xml.crypto.dsig.Transform, javax.xml.crypto.XMLStructure

public class XSTransformerAdapter
extends javax.xml.crypto.dsig.TransformService
Since:
release specific (what release of product did this appear in)
Version:
$Header: ldap/java/src/oracle/security/xmlsec/transform/XSTransformerAdapter.java /main/2 2008/08/15 16:53:36 pdatta Exp $

Field Summary

 

Fields inherited from interface javax.xml.crypto.dsig.Transform
BASE64, ENVELOPED, XPATH, XPATH2, XSLT

 

Constructor Summary
XSTransformerAdapter()
           

 

Method Summary
 java.security.spec.AlgorithmParameterSpec getParameterSpec()
           
 void init(javax.xml.crypto.dsig.spec.TransformParameterSpec params)
           
 void init(javax.xml.crypto.XMLStructure parent, javax.xml.crypto.XMLCryptoContext context)
           
 boolean isFeatureSupported(java.lang.String arg0)
           
 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 context)
           
 javax.xml.crypto.Data transform(javax.xml.crypto.Data data, javax.xml.crypto.XMLCryptoContext context, java.io.OutputStream os)
           

 

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

XSTransformerAdapter

public XSTransformerAdapter()

Method Detail

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 parent,
                 javax.xml.crypto.XMLCryptoContext context)
          throws java.security.InvalidAlgorithmParameterException
Specified by:
init in class javax.xml.crypto.dsig.TransformService
Throws:
java.security.InvalidAlgorithmParameterException

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

getParameterSpec

public java.security.spec.AlgorithmParameterSpec getParameterSpec()

transform

public javax.xml.crypto.Data transform(javax.xml.crypto.Data data,
                                       javax.xml.crypto.XMLCryptoContext context,
                                       java.io.OutputStream os)
                                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 context)
                                throws javax.xml.crypto.dsig.TransformException
Throws:
javax.xml.crypto.dsig.TransformException

isFeatureSupported

public boolean isFeatureSupported(java.lang.String arg0)

Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


Copyright © 2005, 2011 , Oracle. All rights reserved.