Class JcaCertStore

  • All Implemented Interfaces:
    java.lang.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​(java.util.Collection collection)
      Basic constructor.
    • Method Summary

      • Methods inherited from class org.bouncycastle.util.CollectionStore

        getMatches, iterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • JcaCertStore

        public JcaCertStore​(java.util.Collection collection)
                     throws java.security.cert.CertificateEncodingException
        Basic constructor.
        Parameters:
        collection - - initial contents for the store, this is copied.
        Throws:
        java.security.cert.CertificateEncodingException