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

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

Constructor Details

OCSPResp

public OCSPResp(InputStream in)
            throws IOException


OCSPResp

public OCSPResp(byte[] resp)
            throws IOException


OCSPResp

public OCSPResp(OCSPResponse resp)

Method Details

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()