Bouncy Castle Cryptography Library 1.46

org.bouncycastle.asn1.esf
Class CompleteRevocationRefs

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.esf.CompleteRevocationRefs
All Implemented Interfaces:
DEREncodable

public class CompleteRevocationRefs
extends ASN1Encodable

 CompleteRevocationRefs ::= SEQUENCE OF CrlOcspRef
 


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
CompleteRevocationRefs(CrlOcspRef[] crlOcspRefs)
           
 
Method Summary
 CrlOcspRef[] getCrlOcspRefs()
           
static CompleteRevocationRefs getInstance(java.lang.Object obj)
           
 DERObject toASN1Object()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteRevocationRefs

public CompleteRevocationRefs(CrlOcspRef[] crlOcspRefs)
Method Detail

getInstance

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

getCrlOcspRefs

public CrlOcspRef[] getCrlOcspRefs()

toASN1Object

public DERObject toASN1Object()
Specified by:
toASN1Object in class ASN1Encodable

Bouncy Castle Cryptography Library 1.46