Class AbstractSecureRandomParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>
org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.HasCamelContext
public abstract class AbstractSecureRandomParametersFactoryBean
extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.support.jsse.SecureRandomParametersorg.apache.camel.support.jsse.SecureRandomParametersClass<? extends org.apache.camel.support.jsse.SecureRandomParameters>voidsetAlgorithm(String algorithm) voidsetProvider(String provider) Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean
isSingletonMethods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Field Details
-
algorithm
@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 -
provider
@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
-
-
Constructor Details
-
AbstractSecureRandomParametersFactoryBean
public AbstractSecureRandomParametersFactoryBean()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
getProvider
-
setProvider
-
getObject
- Specified by:
getObjectin classAbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>- Throws:
Exception
-
createInstance
protected org.apache.camel.support.jsse.SecureRandomParameters createInstance() -
getObjectType
- Specified by:
getObjectTypein classAbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>
-