Package eu.europa.esig.dss.enumerations
Interface OidDescription
-
- All Superinterfaces:
OidBasedEnum
- All Known Implementing Classes:
CertificatePolicy,CommitmentType,ExtendedKeyUsage,QCStatement
public interface OidDescription extends OidBasedEnum
-
-
Method Summary
Modifier and Type Method Description StringgetDescription()This method returns the literal description of the OID-
Methods inherited from interface eu.europa.esig.dss.enumerations.OidBasedEnum
getOid
-
-
-
-
Method Detail
-
getDescription
String getDescription()
This method returns the literal description of the OID- Returns:
- the OID description
-
-