com.netscape.cmsutil.ocsp
Class RevokedInfo

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

public class RevokedInfo
extends java.lang.Object
implements CertStatus

RFC 2560: RevokedInfo ::= SEQUENCE { revocationTime GeneralizedTime, revocationReason [0] EXPLICIT CRLReason OPTIONAL } $Revision: 14564 $ $Date: 2007-05-01 10:40:13 -0700 (Tue, 01 May 2007) $


Nested Class Summary
static class RevokedInfo.Template
          A Template for decoding ResponseBytes.
 
Constructor Summary
RevokedInfo(org.mozilla.jss.asn1.GeneralizedTime revokedAt)
           
 
Method Summary
 void encode(java.io.OutputStream os)
           
 void encode(org.mozilla.jss.asn1.Tag t, java.io.OutputStream os)
           
 org.mozilla.jss.asn1.GeneralizedTime getRevocationTime()
           
 org.mozilla.jss.asn1.Tag getTag()
           
static RevokedInfo.Template getTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevokedInfo

public RevokedInfo(org.mozilla.jss.asn1.GeneralizedTime revokedAt)
Method Detail

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

encode

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

getRevocationTime

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

getTemplate

public static RevokedInfo.Template getTemplate()