public class

OCSPResp

extends Object
java.lang.Object
   ↳ org.bouncycastle.ocsp.OCSPResp

Summary

Public Constructors
OCSPResp(OCSPResponse resp)
OCSPResp(byte[] resp)
OCSPResp(InputStream in)
Public Methods
boolean equals(Object o)
byte[] getEncoded()
return the ASN.1 encoded representation of this object.
Object getResponseObject()
int getStatus()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OCSPResp (OCSPResponse resp)

public OCSPResp (byte[] resp)

Throws
IOException

public OCSPResp (InputStream in)

Throws
IOException

Public Methods

public boolean equals (Object o)

public byte[] getEncoded ()

return the ASN.1 encoded representation of this object.

Throws
IOException

public Object getResponseObject ()

Throws
OCSPException

public int getStatus ()

public int hashCode ()