public class CVAdapter extends XmlAdapter<DataHandler,byte[]>
| Modifier and Type | Field and Description |
|---|---|
static String |
CV_HANDLER_CLASS |
static String |
MIME_CIPHERVALUE |
| Constructor and Description |
|---|
CVAdapter() |
CVAdapter(CryptoProcessor cp) |
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
marshal(byte[] value) |
byte[] |
unmarshal(DataHandler dh) |
public static final String MIME_CIPHERVALUE
public static final String CV_HANDLER_CLASS
public CVAdapter()
public CVAdapter(CryptoProcessor cp)
public DataHandler marshal(byte[] value)
marshal in class XmlAdapter<DataHandler,byte[]>public byte[] unmarshal(DataHandler dh)
unmarshal in class XmlAdapter<DataHandler,byte[]>Copyright © 2005–2018 Oracle Corporation. All rights reserved.