static AtomicLoadKeyStore |
AtomicLoadKeyStore.atomize(KeyStore keyStore) |
Create a new AtomicLoadKeyStore instance that wraps specified KeyStore .
|
static AtomicLoadKeyStore |
AtomicLoadKeyStore.newInstance(String type) |
Create a new AtomicLoadKeyStore wrapping a KeyStore of the type specified.
|
static AtomicLoadKeyStore |
AtomicLoadKeyStore.newInstance(String type,
String provider) |
Create a new AtomicLoadKeyStore wrapping a KeyStore of the type specified.
|
static AtomicLoadKeyStore |
AtomicLoadKeyStore.newInstance(String type,
Provider provider) |
Create a new AtomicLoadKeyStore wrapping a KeyStore or the specified type, obtained from the supplied Provider .
|