Package | Description |
---|---|
org.apache.cxf.configuration.jsse | |
org.apache.cxf.configuration.security |
Modifier and Type | Method and Description |
---|---|
static SecureRandom |
TLSParameterJaxBUtils.getSecureRandom(SecureRandomParameters secureRandomParams)
This method converts the JAXB generated type into a SecureRandom.
|
Modifier and Type | Field and Description |
---|---|
protected SecureRandomParameters |
TLSClientParametersType.secureRandomParameters
This element contains SecureRandom specification.
|
protected SecureRandomParameters |
TLSServerParametersType.secureRandomParameters
This element contains SecureRandom specification.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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