org.apache.camel.core.xml.util.jsse
Class AbstractSecureRandomParametersFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
          extended by org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SecureRandomParameters>
              extended by org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public abstract class AbstractSecureRandomParametersFactoryBean
extends AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SecureRandomParameters>


Field Summary
protected  String algorithm
           
protected  String provider
           
 
Constructor Summary
AbstractSecureRandomParametersFactoryBean()
           
 
Method Summary
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)
           
 
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean
isSingleton
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, getCamelContext, getCamelContextId, getCamelContextWithId, setCamelContext, setCamelContextId
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithm

protected String algorithm

provider

protected String provider
Constructor Detail

AbstractSecureRandomParametersFactoryBean

public AbstractSecureRandomParametersFactoryBean()
Method Detail

getAlgorithm

public String getAlgorithm()

setAlgorithm

public void setAlgorithm(String algorithm)

getProvider

public String getProvider()

setProvider

public void setProvider(String provider)

getObject

public org.apache.camel.util.jsse.SecureRandomParameters getObject()
                                                            throws Exception
Specified by:
getObject in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SecureRandomParameters>
Throws:
Exception

createInstance

protected org.apache.camel.util.jsse.SecureRandomParameters createInstance()

getObjectType

public Class<? extends org.apache.camel.util.jsse.SecureRandomParameters> getObjectType()
Specified by:
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SecureRandomParameters>


Apache CAMEL