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.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the value of this status.
|
java.lang.String |
toString()
Returns a brief description of this status object.
|
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