com.sun.xml.ws.security.opt.crypto.dsig
Class ACOTransform

java.lang.Object
  extended by javax.xml.crypto.dsig.TransformService
      extended by com.sun.xml.ws.security.opt.crypto.dsig.ACOTransform
All Implemented Interfaces:
AlgorithmMethod, Transform, XMLStructure

public class ACOTransform
extends TransformService

Author:
ashutosh.shahi@sun.com

Field Summary
 
Fields inherited from interface javax.xml.crypto.dsig.Transform
BASE64, ENVELOPED, XPATH, XPATH2, XSLT
 
Constructor Summary
ACOTransform()
          Creates a new instance of ACOTransform
 
Method Summary
 AlgorithmParameterSpec getParameterSpec()
           
 void init(TransformParameterSpec params)
           
 void init(XMLStructure parent, XMLCryptoContext context)
           
 boolean isFeatureSupported(String feature)
           
 void marshalParams(XMLStructure parent, XMLCryptoContext context)
           
 Data transform(Data data, XMLCryptoContext context)
           
 Data transform(Data data, XMLCryptoContext context, 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

ACOTransform

public ACOTransform()
Creates a new instance of ACOTransform

Method Detail

init

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

marshalParams

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

init

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

getParameterSpec

public AlgorithmParameterSpec getParameterSpec()

transform

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

transform

public Data transform(Data data,
                      XMLCryptoContext context,
                      OutputStream os)
               throws TransformException
Throws:
TransformException

isFeatureSupported

public boolean isFeatureSupported(String feature)


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