Modifier and Type | Field and Description |
---|---|
private java.security.Provider |
_provider |
private X509StoreSpi |
_spi |
Modifier | Constructor and Description |
---|---|
private |
X509Store(java.security.Provider provider,
X509StoreSpi spi) |
Modifier and Type | Method and Description |
---|---|
private static X509Store |
createStore(X509Util.Implementation impl,
X509StoreParameters parameters) |
static X509Store |
getInstance(java.lang.String type,
X509StoreParameters parameters) |
static X509Store |
getInstance(java.lang.String type,
X509StoreParameters parameters,
java.security.Provider provider) |
static X509Store |
getInstance(java.lang.String type,
X509StoreParameters parameters,
java.lang.String provider) |
java.util.Collection |
getMatches(Selector selector) |
java.security.Provider |
getProvider() |
private java.security.Provider _provider
private X509StoreSpi _spi
private X509Store(java.security.Provider provider, X509StoreSpi spi)
public static X509Store getInstance(java.lang.String type, X509StoreParameters parameters) throws NoSuchStoreException
NoSuchStoreException
public static X509Store getInstance(java.lang.String type, X509StoreParameters parameters, java.lang.String provider) throws NoSuchStoreException, java.security.NoSuchProviderException
NoSuchStoreException
java.security.NoSuchProviderException
public static X509Store getInstance(java.lang.String type, X509StoreParameters parameters, java.security.Provider provider) throws NoSuchStoreException, java.security.NoSuchProviderException
NoSuchStoreException
java.security.NoSuchProviderException
private static X509Store createStore(X509Util.Implementation impl, X509StoreParameters parameters)
public java.security.Provider getProvider()
public java.util.Collection getMatches(Selector selector)
getMatches
in interface Store
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.