Class OCSPStatusRequest

java.lang.Object
org.bouncycastle.tls.OCSPStatusRequest

public class OCSPStatusRequest extends Object
RFC 3546 3.6
  • Field Details

    • responderIDList

      protected Vector responderIDList
    • requestExtensions

      protected org.bouncycastle.asn1.x509.Extensions requestExtensions
  • Constructor Details

    • OCSPStatusRequest

      public OCSPStatusRequest(Vector responderIDList, org.bouncycastle.asn1.x509.Extensions requestExtensions)
      Parameters:
      responderIDList - a Vector of ResponderID, specifying the list of trusted OCSP responders. An empty list has the special meaning that the responders are implicitly known to the server - e.g., by prior arrangement.
      requestExtensions - OCSP request extensions. A null value means that there are no extensions.
  • Method Details