Class UnknownInfo

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

public class UnknownInfo extends Object implements CertStatus
RFC 2560:
 UnknownInfo ::= NULL -- this can be replaced with an enumeration
 
Version:
$Revision$ $Date$
  • Constructor Details

    • UnknownInfo

      public UnknownInfo()
  • Method Details

    • getTag

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

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

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

      public static UnknownInfo.Template getTemplate()