Class OCSPResponse

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

    public class OCSPResponse
    extends java.lang.Object
    implements org.mozilla.jss.asn1.ASN1Value
    RFC 2560:
     OCSPResponse ::= SEQUENCE {
        responseStatus         OCSPResponseStatus,
        responseBytes          [0] EXPLICIT ResponseBytes OPTIONAL }
     
    Version:
    $Revision$ $Date$
    • Method Detail

      • 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