public class SSLRandom extends Object implements Configurable
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
logger is the logger for the SSL factories. |
| Constructor and Description |
|---|
SSLRandom() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration config) |
protected SecureRandom |
getSecureRandom()
The
getSecureRandom will return a SecureRandom object from the plugin. |
protected SecureRandom getSecureRandom()
getSecureRandom will return a SecureRandom object from the plugin.
If a class has not been configured this will return null which will mean the JSSE
will use its default instantiation.SecureRandom valuepublic void configure(Configuration config) throws ConfigurationException
configure in interface ConfigurableConfigurationExceptionCopyright © 2017 JacORB. All rights reserved.