java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<byte[],
byte[]>
sonia.scm.xml.XmlCipherByteArrayAdapter
public class XmlCipherByteArrayAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<byte[],byte[]>
- Since:
- 2.19.0
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
XmlCipherByteArrayAdapter
public XmlCipherByteArrayAdapter()
-
Method Details
-
marshal
public byte[] marshal(byte[] v)
throws Exception
- Specified by:
marshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<byte[],byte[]>
- Throws:
Exception
-
unmarshal
public byte[] unmarshal(byte[] v)
throws Exception
- Specified by:
unmarshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<byte[],byte[]>
- Throws:
Exception