public static class SingleBasicResponse.CertStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SingleBasicResponse.CertStatus |
GOOD
The status of the certificate is GOOD.
|
static SingleBasicResponse.CertStatus |
REVOKED
The status of the certificate is REVOKED.
|
static SingleBasicResponse.CertStatus |
UNKNOWN
The status of the certificate is UNKNOWN.
|
public static final SingleBasicResponse.CertStatus GOOD
public static final SingleBasicResponse.CertStatus REVOKED
public static final SingleBasicResponse.CertStatus UNKNOWN
public int getValue()
public java.lang.String toString()
toString
in class java.lang.Object