com.sun.xml.security.core.xenc
Class CVAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<DataHandler,byte[]>
com.sun.xml.security.core.xenc.CVAdapter
public class CVAdapter
- extends XmlAdapter<DataHandler,byte[]>
- Author:
- K.Venugopal@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVAdapter
public CVAdapter()
CVAdapter
public CVAdapter(CryptoProcessor cp)
marshal
public DataHandler marshal(byte[] value)
- Specified by:
marshal in class XmlAdapter<DataHandler,byte[]>
unmarshal
public byte[] unmarshal(DataHandler dh)
- Specified by:
unmarshal in class XmlAdapter<DataHandler,byte[]>
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.