Apache CXF API

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

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

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

Methods in org.apache.cxf.configuration.jsse 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 TLSClientParametersType.secureRandomParameters
          This element contains SecureRandom specification.
protected  SecureRandomParameters TLSServerParametersType.secureRandomParameters
          This element contains SecureRandom specification.
 

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

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


Apache CXF API

Apache CXF