public abstract class AbstractKeyManagersParametersFactoryBean extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>
KeyManager instance(s).| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected String |
keyPassword |
protected String |
provider |
| Constructor and Description |
|---|
AbstractKeyManagersParametersFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.support.jsse.KeyManagersParameters |
createInstance() |
String |
getAlgorithm() |
String |
getKeyPassword() |
abstract AbstractKeyStoreParametersFactoryBean |
getKeyStore() |
org.apache.camel.support.jsse.KeyManagersParameters |
getObject() |
Class<? extends org.apache.camel.support.jsse.KeyManagersParameters> |
getObjectType() |
String |
getProvider() |
void |
setAlgorithm(String value) |
void |
setKeyPassword(String value) |
void |
setProvider(String value) |
isSingletonafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomId@Metadata(description="The optional password for recovering keys in the key store. Used by the KeyManagerFactory that creates the KeyManagers represented by this object\'s configuration.") protected String keyPassword
@Metadata(description="The optional provider identifier for the KeyManagerFactory used to create the KeyManagers represented by this object\'s configuration.") protected String provider
@Metadata(description="The optional algorithm name for the KeyManagerFactory used to create the KeyManagers represented by this object\'s configuration. See the Java Secure Socket Extension Reference Guide</a> for information about standard algorithm names.") protected String algorithm
public AbstractKeyManagersParametersFactoryBean()
public String getKeyPassword()
public void setKeyPassword(String value)
public String getProvider()
public void setProvider(String value)
public String getAlgorithm()
public void setAlgorithm(String value)
public org.apache.camel.support.jsse.KeyManagersParameters getObject()
throws Exception
getObject in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>Exceptionpublic Class<? extends org.apache.camel.support.jsse.KeyManagersParameters> getObjectType()
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>protected org.apache.camel.support.jsse.KeyManagersParameters createInstance()
throws Exception
Exceptionpublic abstract AbstractKeyStoreParametersFactoryBean getKeyStore()
Apache Camel