Class OCSPRequest

java.lang.Object
com.netscape.cmsutil.ocsp.OCSPRequest
All Implemented Interfaces:
org.mozilla.jss.asn1.ASN1Value

public class OCSPRequest extends Object implements org.mozilla.jss.asn1.ASN1Value
RFC 2560:
 OCSPRequest     ::=     SEQUENCE {
  tbsRequest                  TBSRequest,
  optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
 
Version:
$Revision$ $Date$
  • Constructor Details

  • Method Details

    • getTBSRequest

      public TBSRequest getTBSRequest()
      Returns the TBSRequest field.
    • getSignature

      public Signature getSignature()
      Returns the Signature field.
    • getTag

      public org.mozilla.jss.asn1.Tag getTag()
      Specified by:
      getTag in interface org.mozilla.jss.asn1.ASN1Value
    • encode

      public void encode(OutputStream ostream) throws IOException
      Specified by:
      encode in interface org.mozilla.jss.asn1.ASN1Value
      Throws:
      IOException
    • encode

      public void encode(org.mozilla.jss.asn1.Tag implicitTag, OutputStream ostream) throws IOException
      Specified by:
      encode in interface org.mozilla.jss.asn1.ASN1Value
      Throws:
      IOException
    • getTemplate

      public static OCSPRequest.Template getTemplate()