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