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