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