Class CertificateStatusRequest


  • public class CertificateStatusRequest
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • 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.
      • 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
      • isCorrectType

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