org.bouncycastle.ocsp

Class OCSPResp


public class OCSPResp
extends java.lang.Object

Constructor Summary

OCSPResp(InputStream in)
OCSPResp(byte[] resp)
OCSPResp(OCSPResponse resp)

Method Summary

boolean
equals(Object o)
byte[]
getEncoded()
return the ASN.1 encoded representation of this object.
Object
getResponseObject()
int
getStatus()
int
hashCode()

Constructor Details

OCSPResp

public OCSPResp(InputStream in)
            throws IOException

OCSPResp

public OCSPResp(byte[] resp)
            throws IOException

OCSPResp

public OCSPResp(OCSPResponse resp)

Method Details

equals

public boolean equals(Object o)

getEncoded

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

getResponseObject

public Object getResponseObject()
            throws OCSPException

getStatus

public int getStatus()

hashCode

public int hashCode()