public class

JcaCertStore

extends CollectionStore
java.lang.Object
   ↳ org.bouncycastle.util.CollectionStore
     ↳ org.bouncycastle.cert.jcajce.JcaCertStore

Class Overview

Class for storing Certificates for later lookup.

The class will convert X509Certificate objects into X509CertificateHolder objects.

Summary

Public Constructors
JcaCertStore(Collection collection)
Basic constructor.
[Expand]
Inherited Methods
From class org.bouncycastle.util.CollectionStore
From class java.lang.Object
From interface org.bouncycastle.util.Store

Public Constructors

public JcaCertStore (Collection collection)

Basic constructor.

Parameters
collection - initial contents for the store, this is copied.