public abstract class AbstractSecureRandomParametersFactoryBean extends AbstractJsseUtilFactoryBean<org.apache.camel.support.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.support.jsse.SecureRandomParameters |
createInstance() |
String |
getAlgorithm() |
org.apache.camel.support.jsse.SecureRandomParameters |
getObject() |
Class<? extends org.apache.camel.support.jsse.SecureRandomParameters> |
getObjectType() |
String |
getProvider() |
void |
setAlgorithm(String algorithm) |
void |
setProvider(String provider) |
isSingletonafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomId@Metadata(description="The Random Number Generator algorithm identifier for the SecureRandom factory method used to create the SecureRandom represented by this object\'s configuration. See Appendix A in the Java Cryptography Architecture API Specification and Reference guide for information about standard RNG algorithm names.") protected String algorithm
@Metadata(description="The optional provider identifier for the SecureRandom factory method used to create the SecureRandom represented by this object\'s configuration.") protected String provider
public AbstractSecureRandomParametersFactoryBean()
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getProvider()
public void setProvider(String provider)
public org.apache.camel.support.jsse.SecureRandomParameters getObject()
throws Exception
getObject in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>Exceptionprotected org.apache.camel.support.jsse.SecureRandomParameters createInstance()
public Class<? extends org.apache.camel.support.jsse.SecureRandomParameters> getObjectType()
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>Apache Camel