Class CertificateStatus


  • public class CertificateStatus
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Field Detail

      • statusType

        protected short statusType
        Deprecated.
      • response

        protected java.lang.Object response
        Deprecated.
    • Constructor Detail

      • CertificateStatus

        public CertificateStatus​(short statusType,
                                 java.lang.Object response)
        Deprecated.
    • Method Detail

      • getStatusType

        public short getStatusType()
        Deprecated.
      • getResponse

        public java.lang.Object getResponse()
        Deprecated.
      • getOCSPResponse

        public OCSPResponse getOCSPResponse()
        Deprecated.
      • encode

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

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

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