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