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