public class OCSPResp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL_ERROR |
static int |
MALFORMED_REQUEST |
static int |
SIG_REQUIRED |
static int |
SUCCESSFUL |
static int |
TRY_LATER |
static int |
UNAUTHORIZED |
| Constructor and Description |
|---|
OCSPResp(OCSPResponse resp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object.
|
java.lang.Object |
getResponseObject() |
int |
getStatus() |
int |
hashCode() |
OCSPResponse |
toASN1Structure() |
public static final int SUCCESSFUL
public static final int MALFORMED_REQUEST
public static final int INTERNAL_ERROR
public static final int TRY_LATER
public static final int SIG_REQUIRED
public static final int UNAUTHORIZED
public int getStatus()
public java.lang.Object getResponseObject()
throws OCSPException
OCSPExceptionpublic byte[] getEncoded()
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic OCSPResponse toASN1Structure()