Class RevokedInfo

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

public class RevokedInfo extends Object implements CertStatus
RFC 2560:
 RevokedInfo ::= SEQUENCE {
  revocationTime              GeneralizedTime,
  revocationReason    [0]     EXPLICIT CRLReason OPTIONAL }
 
Version:
$Revision$ $Date$
  • Constructor Details

    • RevokedInfo

      public RevokedInfo(org.mozilla.jss.asn1.GeneralizedTime revokedAt)
  • 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
    • getRevocationTime

      public org.mozilla.jss.asn1.GeneralizedTime getRevocationTime()
    • getTemplate

      public static RevokedInfo.Template getTemplate()