Package eu.europa.esig.dss.jaxb.parsers
Class DigestMatcherTypeParser
java.lang.Object
eu.europa.esig.dss.jaxb.parsers.DigestMatcherTypeParser
public final class DigestMatcherTypeParser extends Object
Parses the
DigestMatcherType
-
Method Summary
Modifier and Type Method Description static DigestMatcherType
parse(String v)
Parses the value and returnsDigestMatcherType
static String
print(DigestMatcherType v)
Gets a text name of the value
-
Method Details
-
parse
Parses the value and returnsDigestMatcherType
- Parameters:
v
-String
to parse- Returns:
DigestMatcherType
-
print
Gets a text name of the value- Parameters:
v
-DigestMatcherType
- Returns:
String
-