Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.icao
Class CscaMasterList

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.icao.CscaMasterList
All Implemented Interfaces:
DEREncodable

public class CscaMasterList
extends ASN1Encodable

The CscaMasterList object. This object can be wrapped in a CMSSignedData to be published in LDAP.

 CscaMasterList ::= SEQUENCE {
   version                CscaMasterListVersion,
   certList               SET OF Certificate }
   
 CscaMasterListVersion :: INTEGER {v0(0)}
 


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
CscaMasterList(X509CertificateStructure[] certStructs)
           
 
Method Summary
 X509CertificateStructure[] getCertStructs()
           
static CscaMasterList getInstance(java.lang.Object obj)
           
 int getVersion()
           
 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

CscaMasterList

public CscaMasterList(X509CertificateStructure[] certStructs)
Method Detail

getInstance

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

getVersion

public int getVersion()

getCertStructs

public X509CertificateStructure[] getCertStructs()

toASN1Object

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

Bouncy Castle Cryptography 1.46