Package org.bouncycastle.cert.jcajce
Class JcaCertStore
- java.lang.Object
-
- org.bouncycastle.util.CollectionStore
-
- org.bouncycastle.cert.jcajce.JcaCertStore
-
- All Implemented Interfaces:
Iterable
,org.bouncycastle.util.Iterable
,org.bouncycastle.util.Store
public class JcaCertStore extends org.bouncycastle.util.CollectionStore
Class for storing Certificates for later lookup.The class will convert X509Certificate objects into X509CertificateHolder objects.
-
-
Constructor Summary
Constructors Constructor Description JcaCertStore(Collection collection)
Basic constructor.
-
-
-
Constructor Detail
-
JcaCertStore
public JcaCertStore(Collection collection) throws CertificateEncodingException
Basic constructor.- Parameters:
collection
- - initial contents for the store, this is copied.- Throws:
CertificateEncodingException
-
-