Bouncy Castle Cryptography Library 1.35 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.x509.X509Store
public class X509Store
extends java.lang.Object
implements org.bouncycastle.util.Store
Method Summary | |
static X509Store |
|
static X509Store |
|
static X509Store |
|
Collection |
|
Provider |
public static X509Store getInstance(String type, X509StoreParameters parameters) throws NoSuchStoreException
public static X509Store getInstance(String type, X509StoreParameters parameters, Provider provider) throws NoSuchStoreException, NoSuchProviderException
public static X509Store getInstance(String type, X509StoreParameters parameters, String provider) throws NoSuchStoreException, NoSuchProviderException
public Collection getMatches(org.bouncycastle.util.Selector selector)
- Specified by:
- getMatches in interface org.bouncycastle.util.Store
public Provider getProvider()