public abstract class AbstractSecureRandomParametersFactoryBean extends AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SecureRandomParameters>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected String |
provider |
| Constructor and Description |
|---|
AbstractSecureRandomParametersFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.util.jsse.SecureRandomParameters |
createInstance() |
String |
getAlgorithm() |
org.apache.camel.util.jsse.SecureRandomParameters |
getObject() |
Class<? extends org.apache.camel.util.jsse.SecureRandomParameters> |
getObjectType() |
String |
getProvider() |
void |
setAlgorithm(String algorithm) |
void |
setProvider(String provider) |
isSingletonafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomIdpublic AbstractSecureRandomParametersFactoryBean()
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getProvider()
public void setProvider(String provider)
public org.apache.camel.util.jsse.SecureRandomParameters getObject()
throws Exception
getObject in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SecureRandomParameters>Exceptionprotected org.apache.camel.util.jsse.SecureRandomParameters createInstance()
public Class<? extends org.apache.camel.util.jsse.SecureRandomParameters> getObjectType()
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SecureRandomParameters>Apache Camel