![JAR search and dependency download from the Maven repository](/logo.png)
eu.europa.esig.dss.diagnostic.jaxb.Adapter23 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.06.17 at 03:23:20 PM EEST
//
package eu.europa.esig.dss.diagnostic.jaxb;
import eu.europa.esig.dss.enumerations.DigestAlgorithm;
import jakarta.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter23
extends XmlAdapter
{
public DigestAlgorithm unmarshal(String value) {
return (eu.europa.esig.dss.jaxb.parsers.DigestAlgorithmParser.parse(value));
}
public String marshal(DigestAlgorithm value) {
return (eu.europa.esig.dss.jaxb.parsers.DigestAlgorithmParser.print(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy