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 Summary
Modifier and Type Method Description String
marshal(DigestAlgorithm value)
DigestAlgorithm
unmarshal(String value)
-
Constructor Details
-
Adapter20
public Adapter20()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<String,DigestAlgorithm>
-
marshal
- Specified by:
marshal
in classXmlAdapter<String,DigestAlgorithm>
-