Uses of Class
org.apache.cxf.configuration.security.SecureRandomParameters
-
Packages that use SecureRandomParameters Package Description 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 Modifier and Type Method Description static 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 SecureRandomParameters Modifier and Type Field Description protected SecureRandomParametersTLSClientParametersType. secureRandomParametersThis element contains SecureRandom specification.protected SecureRandomParametersTLSServerParametersType. secureRandomParametersThis element contains SecureRandom specification.Methods in org.apache.cxf.configuration.security that return SecureRandomParameters Modifier and Type Method Description SecureRandomParametersObjectFactory. createSecureRandomParameters()Create an instance ofSecureRandomParametersSecureRandomParametersTLSClientParametersType. getSecureRandomParameters()Gets the value of the secureRandomParameters property.SecureRandomParametersTLSServerParametersType. getSecureRandomParameters()Gets the value of the secureRandomParameters property.Methods in org.apache.cxf.configuration.security with parameters of type SecureRandomParameters Modifier and Type Method Description voidTLSClientParametersType. setSecureRandomParameters(SecureRandomParameters value)Sets the value of the secureRandomParameters property.voidTLSServerParametersType. setSecureRandomParameters(SecureRandomParameters value)Sets the value of the secureRandomParameters property.
-