com.ibm.security.keystoreski
Class KeyStoreSKIFactory
- java.lang.Object
com.ibm.security.keystoreski.KeyStoreSKIFactory
- public final class KeyStoreSKIFactory
- extends Object
KeyStoreSKI
that provide
implementations to search through a key store based on a Subject Key
Identifier.
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
newKeyStoreSKI(KeyStore ks)
Returns a new instance of
KeyStoreSKI that provides operations
that can be performed on the given key store instance.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail
newKeyStoreSKI
- public static KeyStoreSKI newKeyStoreSKI( KeyStore ks)
Parameters:
ks
- The key store that the operations exposed through the
KeystoreSKI
will be performed on. Returns:
A new instance of
KeyStoreSKI
that provides operations
that can be performed on the given key store instance. Throws:
KeyStoreSKI
that provides operations that can be performed on the given key store instance. This method is guaranteed to return a new instance ofKeyStore
upon each invocation. No caching is attempted.