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