org.mockserver.socket
Class KeyStoreFactory

java.lang.Object
  extended by org.mockserver.socket.KeyStoreFactory

public class KeyStoreFactory
extends Object

Author:
jamesdbloom, ganskef

Field Summary
static String CERTIFICATE_DOMAIN
           
static String KEY_STORE_CERT_ALIAS
           
static String KEY_STORE_PASSWORD
           
 
Method Summary
static String defaultKeyStoreFileName()
           
static KeyStoreFactory keyStoreFactory()
           
 KeyStore loadOrCreateKeyStore()
           
 SSLContext sslContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_STORE_PASSWORD

public static final String KEY_STORE_PASSWORD
See Also:
Constant Field Values

CERTIFICATE_DOMAIN

public static final String CERTIFICATE_DOMAIN
See Also:
Constant Field Values

KEY_STORE_CERT_ALIAS

public static final String KEY_STORE_CERT_ALIAS
See Also:
Constant Field Values
Method Detail

keyStoreFactory

public static KeyStoreFactory keyStoreFactory()

defaultKeyStoreFileName

public static String defaultKeyStoreFileName()

sslContext

public SSLContext sslContext()

loadOrCreateKeyStore

public KeyStore loadOrCreateKeyStore()


Copyright © 2017. All rights reserved.