com.endeca.portal.mdex.ssl
Class SSLKeyStoreManager

java.lang.Object
  extended by com.endeca.portal.mdex.ssl.SSLKeyStoreManager

public class SSLKeyStoreManager
extends java.lang.Object

Singleton object that caches CA and client certificates in a map, so they do not need to be read from disk every time

Author:
dan

Method Summary
static SSLKeyStoreManager getInstance()
           
 java.security.KeyStore getKeyStore(java.io.File file)
           
 void putKeyStore(java.io.File file, java.security.KeyStore keyStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeyStore

public java.security.KeyStore getKeyStore(java.io.File file)

putKeyStore

public void putKeyStore(java.io.File file,
                        java.security.KeyStore keyStore)

getInstance

public static SSLKeyStoreManager getInstance()