Bouncy Castle Cryptography Library 1.49

org.bouncycastle.ocsp
Class OCSPResp

java.lang.Object
  extended by org.bouncycastle.ocsp.OCSPResp

Deprecated. use classes in org.bouncycastle.cert.ocsp.

public class OCSPResp
extends java.lang.Object


Constructor Summary
OCSPResp(byte[] resp)
          Deprecated. use classes in org.bouncycastle.cert.ocsp.
OCSPResp(java.io.InputStream in)
          Deprecated. use classes in org.bouncycastle.cert.ocsp.
OCSPResp(OCSPResponse resp)
          Deprecated. use classes in org.bouncycastle.cert.ocsp.
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated.  
 byte[] getEncoded()
          Deprecated. return the ASN.1 encoded representation of this object.
 java.lang.Object getResponseObject()
          Deprecated.  
 int getStatus()
          Deprecated.  
 int hashCode()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCSPResp

public OCSPResp(OCSPResponse resp)
Deprecated. use classes in org.bouncycastle.cert.ocsp.


OCSPResp

public OCSPResp(byte[] resp)
         throws java.io.IOException
Deprecated. use classes in org.bouncycastle.cert.ocsp.

Throws:
java.io.IOException

OCSPResp

public OCSPResp(java.io.InputStream in)
         throws java.io.IOException
Deprecated. use classes in org.bouncycastle.cert.ocsp.

Throws:
java.io.IOException
Method Detail

getStatus

public int getStatus()
Deprecated. 

getResponseObject

public java.lang.Object getResponseObject()
                                   throws OCSPException
Deprecated. 
Throws:
OCSPException

getEncoded

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

Throws:
java.io.IOException

equals

public boolean equals(java.lang.Object o)
Deprecated. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object

Bouncy Castle Cryptography Library 1.49