public class KeyStoreInfo extends Object
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public KeyStoreInfo(String alias, char[] privateKeyPwd) throws TechnicalConnectorException
privateKeyPwd - TechnicalConnectorExceptionpublic 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 pwdTechnicalConnectorException - 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 pwdTechnicalConnectorException - the technical connector exceptionpublic final String getKeystorePath()
public final String getKeystoreType()
public final char[] getKeystorePassword()
public final String getAlias()
public final char[] getPrivateKeyPassword()
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.