kz.gamma.hardware.x509
Class X509Store
java.lang.Object
kz.gamma.hardware.x509.X509Store
- All Implemented Interfaces:
- Store
public class X509Store
- extends java.lang.Object
- implements Store
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_provider
private java.security.Provider _provider
_spi
private X509StoreSpi _spi
X509Store
private X509Store(java.security.Provider provider,
X509StoreSpi spi)
- Parameters:
provider - spi -
getInstance
public static X509Store getInstance(java.lang.String type,
X509StoreParameters parameters)
throws NoSuchStoreException
- Parameters:
type - parameters -
- Returns:
-
- Throws:
NoSuchStoreException
getInstance
public static X509Store getInstance(java.lang.String type,
X509StoreParameters parameters,
java.lang.String provider)
throws NoSuchStoreException,
java.security.NoSuchProviderException
- Parameters:
type - parameters - provider -
- Returns:
-
- Throws:
NoSuchStoreException
java.security.NoSuchProviderException
getInstance
public static X509Store getInstance(java.lang.String type,
X509StoreParameters parameters,
java.security.Provider provider)
throws NoSuchStoreException,
java.security.NoSuchProviderException
- Parameters:
type - parameters - provider -
- Returns:
-
- Throws:
NoSuchStoreException
java.security.NoSuchProviderException
createStore
private static X509Store createStore(X509Util.Implementation impl,
X509StoreParameters parameters)
- Parameters:
impl - parameters -
- Returns:
getProvider
public java.security.Provider getProvider()
- Returns:
getMatches
public java.util.Collection getMatches(Selector selector)
- Specified by:
getMatches in interface Store
- Parameters:
selector -
- Returns:
Copyright © 2013 Gamma Technologies. All Rights Reserved.