org.eclipse.emf.emfstore.server
Class ESKeyStoreUtil

java.lang.Object
  extended by org.eclipse.emf.emfstore.server.ESKeyStoreUtil

public final class ESKeyStoreUtil
extends Object

Utility to expose SSL parameters to ESWebServerProviders.

Since:
1.3
Author:
Marco.vanMeegen

Method Summary
static KeyStore getKeyStore()
          Returns the keystore used by the server.
static String getKeyStorePassword()
          Returns the password of the keystore.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeyStore

public static KeyStore getKeyStore()
                            throws ESInitSSLException
Returns the keystore used by the server.

Returns:
the server's keystore
Throws:
ESInitSSLException - in case an error occurs while fetching the keystore

getKeyStorePassword

public static String getKeyStorePassword()
Returns the password of the keystore.

Returns:
the password of the keystore


Copyright © 2015. All Rights Reserved.