org.bouncycastle.ocsp

Class OCSPResp

public class OCSPResp extends Object

Constructor Summary
OCSPResp(OCSPResponse resp)
OCSPResp(byte[] resp)
OCSPResp(InputStream in)
Method Summary
booleanequals(Object o)
byte[]getEncoded()
return the ASN.1 encoded representation of this object.
ObjectgetResponseObject()
intgetStatus()
inthashCode()

Constructor Detail

OCSPResp

public OCSPResp(OCSPResponse resp)

OCSPResp

public OCSPResp(byte[] resp)

OCSPResp

public OCSPResp(InputStream in)

Method Detail

equals

public boolean equals(Object o)

getEncoded

public byte[] getEncoded()
return the ASN.1 encoded representation of this object.

getResponseObject

public Object getResponseObject()

getStatus

public int getStatus()

hashCode

public int hashCode()