|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.mina.ssl.SSLContextFactory
public class SSLContextFactory
SSL context factory that deals with Keystores. Caches the created SSL contexts for future reuse.
Constructor Summary | |
---|---|
SSLContextFactory()
|
Method Summary | |
---|---|
static javax.net.ssl.SSLContext |
getInstance(java.lang.String keyStoreName,
char[] keyStorePassword)
Creates an SSLContext with a specified keystore and password for that keystore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLContextFactory()
Method Detail |
---|
public static javax.net.ssl.SSLContext getInstance(java.lang.String keyStoreName, char[] keyStorePassword) throws java.security.GeneralSecurityException
SSLContext
with a specified keystore and password for that keystore
java.security.GeneralSecurityException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |