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