Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.SecureRandomParameters

Packages that use SecureRandomParameters
org.apache.cxf.configuration.jsse.spring   
org.apache.cxf.configuration.security   
 

Uses of SecureRandomParameters in org.apache.cxf.configuration.jsse.spring
 

Methods in org.apache.cxf.configuration.jsse.spring with parameters of type SecureRandomParameters
static SecureRandom TLSParameterJaxBUtils.getSecureRandom(SecureRandomParameters secureRandomParams)
          This method converts the JAXB generated type into a SecureRandom.
 

Uses of SecureRandomParameters in org.apache.cxf.configuration.security
 

Fields in org.apache.cxf.configuration.security declared as SecureRandomParameters
protected  SecureRandomParameters TLSServerParametersType.secureRandomParameters
           
protected  SecureRandomParameters TLSClientParametersType.secureRandomParameters
           
 

Methods in org.apache.cxf.configuration.security that return SecureRandomParameters
 SecureRandomParameters ObjectFactory.createSecureRandomParameters()
          Create an instance of SecureRandomParameters
 SecureRandomParameters TLSServerParametersType.getSecureRandomParameters()
          Gets the value of the secureRandomParameters property.
 SecureRandomParameters TLSClientParametersType.getSecureRandomParameters()
          Gets the value of the secureRandomParameters property.
 

Methods in org.apache.cxf.configuration.security with parameters of type SecureRandomParameters
 void TLSServerParametersType.setSecureRandomParameters(SecureRandomParameters value)
          Sets the value of the secureRandomParameters property.
 void TLSClientParametersType.setSecureRandomParameters(SecureRandomParameters value)
          Sets the value of the secureRandomParameters property.
 


Apache CXF API

Apache CXF