public class OCSPResp extends Object
Constructor and Description |
---|
OCSPResp(byte[] resp) |
OCSPResp(OCSPResponse resp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object.
|
Object |
getResponseObject() |
int |
getStatus() |
int |
hashCode() |
public OCSPResp(OCSPResponse resp)
public OCSPResp(byte[] resp) throws IOException
IOException
public int getStatus()
public Object getResponseObject() throws OCSPException
OCSPException
public byte[] getEncoded() throws IOException
IOException
Copyright © 2015. All rights reserved.