com.ibm.security.keystoreski

Class KeyStoreSKIFactory

  1. java.lang.Object
  2. extended bycom.ibm.security.keystoreski.KeyStoreSKIFactory

  1. public final class KeyStoreSKIFactory
  2. extends Object
Constructs and returns instances of KeyStoreSKIthat provide implementations to search through a key store based on a Subject Key Identifier.
See Also:
KeyStore

Method Summary

Modifier and Type Method and Description
  1. static
  2. KeyStoreSKI
newKeyStoreSKI(KeyStore ks)
Returns a new instance of KeyStoreSKIthat 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

  1. public static KeyStoreSKI newKeyStoreSKI( KeyStore ks)
Returns a new instance of KeyStoreSKIthat provides operations that can be performed on the given key store instance. This method is guaranteed to return a new instance of KeyStoreupon each invocation. No caching is attempted.
Parameters:
ks - The key store that the operations exposed through the KeystoreSKI will be performed on.
Returns:
A new instance of KeyStoreSKIthat provides operations that can be performed on the given key store instance.
Throws:
NullPointerException - If ks is null.