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