Class OCSPRequest

  • All Implemented Interfaces:
    org.mozilla.jss.asn1.ASN1Value

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

    • Method Detail

      • 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​(java.io.OutputStream ostream)
                    throws java.io.IOException
        Specified by:
        encode in interface org.mozilla.jss.asn1.ASN1Value
        Throws:
        java.io.IOException
      • encode

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