Class Adapter16
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,KeyUsageBit>
eu.europa.esig.dss.diagnostic.jaxb.Adapter16
public class Adapter16 extends XmlAdapter<String,KeyUsageBit>
-
Constructor Summary
Constructors Constructor Description Adapter16()
-
Method Summary
Modifier and Type Method Description String
marshal(KeyUsageBit value)
KeyUsageBit
unmarshal(String value)
-
Constructor Details
-
Adapter16
public Adapter16()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<String,KeyUsageBit>
-
marshal
- Specified by:
marshal
in classXmlAdapter<String,KeyUsageBit>
-