Package org.bouncycastle.crypto.tls
Class CertificateStatusRequest
- java.lang.Object
-
- org.bouncycastle.crypto.tls.CertificateStatusRequest
-
public class CertificateStatusRequest extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ObjectrequestDeprecated.protected shortstatusTypeDeprecated.
-
Constructor Summary
Constructors Constructor Description CertificateStatusRequest(short statusType, java.lang.Object request)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidencode(java.io.OutputStream output)Deprecated.Encode thisCertificateStatusRequestto anOutputStream.OCSPStatusRequestgetOCSPStatusRequest()Deprecated.java.lang.ObjectgetRequest()Deprecated.shortgetStatusType()Deprecated.protected static booleanisCorrectType(short statusType, java.lang.Object request)Deprecated.static CertificateStatusRequestparse(java.io.InputStream input)Deprecated.Parse aCertificateStatusRequestfrom anInputStream.
-
-
-
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.IOExceptionDeprecated.Encode thisCertificateStatusRequestto anOutputStream.- Parameters:
output- theOutputStreamto encode to.- Throws:
java.io.IOException
-
parse
public static CertificateStatusRequest parse(java.io.InputStream input) throws java.io.IOException
Deprecated.Parse aCertificateStatusRequestfrom anInputStream.- Parameters:
input- theInputStreamto parse from.- Returns:
- a
CertificateStatusRequestobject. - Throws:
java.io.IOException
-
isCorrectType
protected static boolean isCorrectType(short statusType, java.lang.Object request)Deprecated.
-
-