|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.sts.security.KeyStoreInfo
public class KeyStoreInfo
The Class KeyStoreInfo.
Constructor Summary | |
---|---|
KeyStoreInfo(String alias,
char[] privateKeyPwd)
Instantiates a new key store info. |
|
KeyStoreInfo(String pathKeystore,
char[] pwdKeystore,
String alias,
char[] privateKeyPwd)
Instantiates a new key store info. |
|
KeyStoreInfo(String pathKeystore,
String keystoreType,
char[] pwdKeystore,
String alias,
char[] privateKeyPwd)
Instantiates a new key store info. |
Method Summary | |
---|---|
String |
getAlias()
Gets the alias. |
char[] |
getKeystorePassword()
Gets the keystore password. |
String |
getKeystorePath()
Gets the keystore path. |
String |
getKeystoreType()
Gets the keystore type. |
char[] |
getPrivateKeyPassword()
Gets the private key password. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyStoreInfo(String alias, char[] privateKeyPwd) throws TechnicalConnectorException
privateKeyAlias
- privateKeyPwd
-
TechnicalConnectorException
public KeyStoreInfo(String pathKeystore, char[] pwdKeystore, String alias, char[] privateKeyPwd) throws TechnicalConnectorException
pathKeystore
- the path keystorepwdKeystore
- the pwd keystorealias
- the private key aliasprivateKeyPwd
- the private key pwd
TechnicalConnectorException
- the technical connector exceptionpublic KeyStoreInfo(String pathKeystore, String keystoreType, char[] pwdKeystore, String alias, char[] privateKeyPwd) throws TechnicalConnectorException
pathKeystore
- the path keystorekeystoreType
- the keystore typepwdKeystore
- the pwd keystorealias
- the aliasprivateKeyPwd
- the private key pwd
TechnicalConnectorException
- the technical connector exceptionMethod Detail |
---|
public final String getKeystorePath()
public final String getKeystoreType()
public final char[] getKeystorePassword()
public final String getAlias()
public final char[] getPrivateKeyPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |