Package org.bouncycastle.x509
Class X509Store
- java.lang.Object
-
- org.bouncycastle.x509.X509Store
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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.Collection
getMatches(Selector selector)
Deprecated.Return a possibly empty collection of objects that match the criteria implemented in the passed in Selector.Provider
getProvider()
Deprecated.
-
-
-
Method Detail
-
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
public Provider getProvider()
Deprecated.
-
getMatches
public Collection getMatches(Selector selector)
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.
-
-