Package org.bouncycastle.x509
Class X509Store
java.lang.Object
org.bouncycastle.x509.X509Store
- All Implemented Interfaces:
Store
public class X509Store extends Object implements Store
-
Method Summary
Modifier and Type Method Description static X509StoregetInstance(String type, X509StoreParameters parameters)static X509StoregetInstance(String type, X509StoreParameters parameters, String provider)static X509StoregetInstance(String type, X509StoreParameters parameters, Provider provider)CollectiongetMatches(Selector selector)ProvidergetProvider()
-
Method Details
-
getInstance
public static X509Store getInstance(String type, X509StoreParameters parameters) throws NoSuchStoreException- Throws:
NoSuchStoreException
-
getInstance
public static X509Store getInstance(String type, X509StoreParameters parameters, String provider) throws NoSuchStoreException, NoSuchProviderException -
getInstance
public static X509Store getInstance(String type, X509StoreParameters parameters, Provider provider) throws NoSuchStoreException- Throws:
NoSuchStoreException
-
getProvider
-
getMatches
- Specified by:
getMatchesin interfaceStore
-