java.lang.Object
org.opensst.client.keystore.KeyStoreFactory
- public class KeyStoreFactory
- extends java.lang.Object
This class allows to actually instanciate a KeyStore object.
It allows some level of flexibility by making possible to replace the
keystore implementation that is returned.
It also provides a mean to initialize the keystore with some implementation-specific
data (for example, a keystore using a physical file to store the data may need
the file name, a keystore encrypting the stored key may need the name of the algo, the parameter
and the key that was used to encode the keystore, etc...)
$Date$
- Version:
- $Revision$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keystore
private static Keystore keystore
KeyStoreFactory
public KeyStoreFactory()
getDefaultKeystore
public static Keystore getDefaultKeystore(java.lang.Object param)
- Return a specific keystore implementation.
For the purpose of this version of openSST, I choosed to use
a XMLKeyStore.