Bouncy Castle Cryptography 1.19

org.bouncycastle.asn1.ocsp
Class RevokedInfo

java.lang.Object
  |
  +--org.bouncycastle.asn1.ocsp.RevokedInfo
All Implemented Interfaces:
DEREncodable

public class RevokedInfo
extends java.lang.Object
implements DEREncodable


Constructor Summary
RevokedInfo(ASN1Sequence seq)
           
RevokedInfo(DERGeneralizedTime revocationTime, CRLReason revocationReason)
           
 
Method Summary
 DERObject getDERObject()
           RevokedInfo ::= SEQUENCE { revocationTime GeneralizedTime, revocationReason [0] EXPLICIT CRLReason OPTIONAL }
static RevokedInfo getInstance(ASN1TaggedObject obj, boolean explicit)
           
static RevokedInfo getInstance(java.lang.Object obj)
           
 CRLReason getRevocationReason()
           
 DERGeneralizedTime getRevocationTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevokedInfo

public RevokedInfo(DERGeneralizedTime revocationTime,
                   CRLReason revocationReason)

RevokedInfo

public RevokedInfo(ASN1Sequence seq)
Method Detail

getInstance

public static RevokedInfo getInstance(ASN1TaggedObject obj,
                                      boolean explicit)

getInstance

public static RevokedInfo getInstance(java.lang.Object obj)

getRevocationTime

public DERGeneralizedTime getRevocationTime()

getRevocationReason

public CRLReason getRevocationReason()

getDERObject

public DERObject getDERObject()
 RevokedInfo ::= SEQUENCE {
      revocationTime              GeneralizedTime,
      revocationReason    [0]     EXPLICIT CRLReason OPTIONAL }
 
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.19