Class GoodInfo

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

public class GoodInfo extends Object implements CertStatus
RFC 2560:
CertStatus ::= CHOICE {
 good                [0]     IMPLICIT NULL,
 revoked             [1]     IMPLICIT RevokedInfo,
 unknown             [2]     IMPLICIT UnknownInfo }
Version:
$Revision$ $Date$
  • Constructor Details

    • GoodInfo

      public GoodInfo()
  • 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 GoodInfo.Template getTemplate()