public class KeyStoreLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyStoreLoader.Result |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_KEY_STORE_TYPE |
| Constructor and Description |
|---|
KeyStoreLoader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyAlias() |
String |
getKeyPassword() |
String |
getKeyStorePassword() |
String |
getType() |
URL |
getUrl() |
KeyStoreLoader.Result |
load() |
void |
setKeyAlias(String keyAlias) |
void |
setKeyPassword(String keyPassword) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setUrl(URL url) |
public static final String DEFAULT_KEY_STORE_TYPE
public void setType(String type)
public String getType()
public void setUrl(URL url)
public URL getUrl()
public void setUrl(String url) throws MalformedURLException
MalformedURLExceptionpublic void setKeyStorePassword(String keyStorePassword)
public String getKeyStorePassword()
public void setKeyPassword(String keyPassword)
public String getKeyPassword()
public void setKeyAlias(String keyAlias)
public String getKeyAlias()
public KeyStoreLoader.Result load() throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionApache Camel