Class CertificateStatusRequest


  • public class CertificateStatusRequest
    extends java.lang.Object
    Implementation of the RFC 3546 3.6. CertificateStatusRequest.
    • Field Detail

      • statusType

        protected short statusType
      • request

        protected java.lang.Object request
    • Constructor Detail

      • CertificateStatusRequest

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

      • getStatusType

        public short getStatusType()
      • getRequest

        public java.lang.Object getRequest()
      • encode

        public void encode​(java.io.OutputStream output)
                    throws java.io.IOException
        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)