com.sun.xml.security.core.xenc
Class CVAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<javax.activation.DataHandler,byte[]>
      extended by com.sun.xml.security.core.xenc.CVAdapter

public class CVAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<javax.activation.DataHandler,byte[]>

Author:
K.Venugopal@sun.com

Constructor Summary
CVAdapter()
           
CVAdapter(com.sun.xml.ws.security.opt.impl.enc.CryptoProcessor cp)
           
 
Method Summary
 javax.activation.DataHandler marshal(byte[] value)
           
 byte[] unmarshal(javax.activation.DataHandler dh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVAdapter

public CVAdapter()

CVAdapter

public CVAdapter(com.sun.xml.ws.security.opt.impl.enc.CryptoProcessor cp)
Method Detail

marshal

public javax.activation.DataHandler marshal(byte[] value)
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<javax.activation.DataHandler,byte[]>

unmarshal

public byte[] unmarshal(javax.activation.DataHandler dh)
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<javax.activation.DataHandler,byte[]>


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