Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class CertificateStatusRequest

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.CertificateStatusRequest

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class CertificateStatusRequest
extends java.lang.Object


Field Summary
protected  java.lang.Object request
          Deprecated.  
protected  short statusType
          Deprecated.  
 
Constructor Summary
CertificateStatusRequest(short statusType, java.lang.Object request)
          Deprecated.  
 
Method Summary
 void encode(java.io.OutputStream output)
          Deprecated. Encode this CertificateStatusRequest to an OutputStream.
 OCSPStatusRequest getOCSPStatusRequest()
          Deprecated.  
 java.lang.Object getRequest()
          Deprecated.  
 short getStatusType()
          Deprecated.  
protected static boolean isCorrectType(short statusType, java.lang.Object request)
          Deprecated.  
static CertificateStatusRequest parse(java.io.InputStream input)
          Deprecated. Parse a CertificateStatusRequest from an InputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statusType

protected short statusType
Deprecated. 

request

protected java.lang.Object request
Deprecated. 
Constructor Detail

CertificateStatusRequest

public CertificateStatusRequest(short statusType,
                                java.lang.Object request)
Deprecated. 
Method Detail

getStatusType

public short getStatusType()
Deprecated. 

getRequest

public java.lang.Object getRequest()
Deprecated. 

getOCSPStatusRequest

public OCSPStatusRequest getOCSPStatusRequest()
Deprecated. 

encode

public void encode(java.io.OutputStream output)
            throws java.io.IOException
Deprecated. 
Encode this CertificateStatusRequest to an OutputStream.
Parameters:
output - the OutputStream to encode to.
Throws:
java.io.IOException -  

parse

public static CertificateStatusRequest parse(java.io.InputStream input)
                                      throws java.io.IOException
Deprecated. 
Parse a CertificateStatusRequest from an InputStream.
Parameters:
input - the InputStream to parse from.
Returns:
a CertificateStatusRequest object.
Throws:
java.io.IOException -  

isCorrectType

protected static boolean isCorrectType(short statusType,
                                       java.lang.Object request)
Deprecated. 

Bouncy Castle Cryptography Library 1.64