|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.utils.KeyStoreManager
public class KeyStoreManager
The Class KeyStoreManager.
Constructor Summary | |
---|---|
KeyStoreManager(KeyStore keyStore)
Deprecated. |
|
KeyStoreManager(KeyStoreInfo keyStoreInfo)
Instantiates a new key store manager. |
|
KeyStoreManager(KeyStore keyStore,
KeyStoreInfo keyStoreInfo)
|
|
KeyStoreManager(String pathKeystore,
char[] keyStorePassword)
Instantiates a new key store manager. |
Method Summary | |
---|---|
KeyStore |
getKeyStore()
Gets the key store. |
KeyStoreInfo |
getKeyStoreInfo()
Gets the key store info. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public KeyStoreManager(KeyStore keyStore)
public KeyStoreManager(KeyStore keyStore, KeyStoreInfo keyStoreInfo)
keyStore
- deprecated : will be loaded with data in keyStoreInfokeyStoreInfo
- public KeyStoreManager(KeyStoreInfo keyStoreInfo) throws TechnicalConnectorException
keyStoreInfo
- the key store info
TechnicalConnectorException
- the technical connector exceptionpublic KeyStoreManager(String pathKeystore, char[] keyStorePassword) throws TechnicalConnectorException
pathKeystore
- the path keystorekeyStorePassword
- the key store password
TechnicalConnectorException
- the technical connector exceptionMethod Detail |
---|
public final KeyStore getKeyStore()
public final KeyStoreInfo getKeyStoreInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |