Package org.bouncycastle.x509
Class X509Store
java.lang.Object
org.bouncycastle.x509.X509Store
- All Implemented Interfaces:
Store
Deprecated.
use CollectionStore - this class will be removed.
-
Method Summary
Modifier and TypeMethodDescriptionstatic X509Store
getInstance
(String type, X509StoreParameters parameters) Deprecated.static X509Store
getInstance
(String type, X509StoreParameters parameters, String provider) Deprecated.static X509Store
getInstance
(String type, X509StoreParameters parameters, Provider provider) Deprecated.getMatches
(Selector selector) Deprecated.Return a possibly empty collection of objects that match the criteria implemented in the passed in Selector.Deprecated.
-
Method Details
-
getInstance
public static X509Store getInstance(String type, X509StoreParameters parameters) throws NoSuchStoreException Deprecated.- Throws:
NoSuchStoreException
-
getInstance
public static X509Store getInstance(String type, X509StoreParameters parameters, String provider) throws NoSuchStoreException, NoSuchProviderException Deprecated. -
getInstance
public static X509Store getInstance(String type, X509StoreParameters parameters, Provider provider) throws NoSuchStoreException Deprecated.- Throws:
NoSuchStoreException
-
getProvider
Deprecated. -
getMatches
Deprecated.Description copied from interface:Store
Return a possibly empty collection of objects that match the criteria implemented in the passed in Selector.- Specified by:
getMatches
in interfaceStore
- Parameters:
selector
- the selector defining the match criteria.- Returns:
- a collection of matching objects, empty if none available.
-