com.sun.xml.wss.impl.transform
Class ACTransform

java.lang.Object
  extended by javax.xml.crypto.dsig.TransformService
      extended by com.sun.xml.wss.impl.transform.ACTransform
All Implemented Interfaces:
AlgorithmMethod, Transform, XMLStructure

public class ACTransform
extends TransformService

Author:
K.Venugopal@sun.com

Field Summary
 
Fields inherited from interface javax.xml.crypto.dsig.Transform
BASE64, ENVELOPED, XPATH, XPATH2, XSLT
 
Constructor Summary
ACTransform()
          Creates a new instance of ACTranform
 
Method Summary
 AlgorithmParameterSpec getParameterSpec()
           
 void init(TransformParameterSpec transformParameterSpec)
           
 void init(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext)
           
 boolean isFeatureSupported(String str)
           
 void marshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext)
           
 Data transform(Data data, XMLCryptoContext xMLCryptoContext)
           
 Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream)
           
 
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

ACTransform

public ACTransform()
Creates a new instance of ACTranform

Method Detail

init

public void init(TransformParameterSpec transformParameterSpec)
          throws InvalidAlgorithmParameterException
Specified by:
init in class TransformService
Throws:
InvalidAlgorithmParameterException

init

public void init(XMLStructure xMLStructure,
                 XMLCryptoContext xMLCryptoContext)
          throws InvalidAlgorithmParameterException
Specified by:
init in class TransformService
Throws:
InvalidAlgorithmParameterException

getParameterSpec

public AlgorithmParameterSpec getParameterSpec()

marshalParams

public void marshalParams(XMLStructure xMLStructure,
                          XMLCryptoContext xMLCryptoContext)
                   throws MarshalException
Specified by:
marshalParams in class TransformService
Throws:
MarshalException

isFeatureSupported

public boolean isFeatureSupported(String str)

transform

public Data transform(Data data,
                      XMLCryptoContext xMLCryptoContext)
               throws TransformException
Throws:
TransformException

transform

public Data transform(Data data,
                      XMLCryptoContext xMLCryptoContext,
                      OutputStream outputStream)
               throws TransformException
Throws:
TransformException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.