Uses of Class
org.apache.cxf.configuration.security.SecureRandomParameters
Packages that use SecureRandomParameters
-
Uses of SecureRandomParameters in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse with parameters of type SecureRandomParametersModifier and TypeMethodDescriptionstatic SecureRandomTLSParameterJaxBUtils.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 SecureRandomParametersModifier and TypeFieldDescriptionprotected SecureRandomParametersTLSClientParametersType.secureRandomParametersThis element contains SecureRandom specification.protected SecureRandomParametersTLSServerParametersType.secureRandomParametersThis element contains SecureRandom specification.Methods in org.apache.cxf.configuration.security that return SecureRandomParametersModifier and TypeMethodDescriptionObjectFactory.createSecureRandomParameters()Create an instance ofSecureRandomParametersTLSClientParametersType.getSecureRandomParameters()Gets the value of the secureRandomParameters property.TLSServerParametersType.getSecureRandomParameters()Gets the value of the secureRandomParameters property.Methods in org.apache.cxf.configuration.security with parameters of type SecureRandomParametersModifier and TypeMethodDescriptionvoidTLSClientParametersType.setSecureRandomParameters(SecureRandomParameters value) Sets the value of the secureRandomParameters property.voidTLSServerParametersType.setSecureRandomParameters(SecureRandomParameters value) Sets the value of the secureRandomParameters property.