public class KeyStoreAndAlias extends Object
| Constructor and Description |
|---|
KeyStoreAndAlias() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
KeyStore |
getKeyStore() |
char[] |
getPassword() |
void |
setAlias(String alias) |
void |
setKeyStore(KeyStore keyStore) |
void |
setPassword(char[] password) |
Apache Camel