public interface JSRandom
JSRandom interface allows developers to plugin their
own instantiation of a SecureRandom. For instance this then allows them
to, in their class, initialise ahead of time, or set their own seed.| Modifier and Type | Method and Description |
|---|---|
SecureRandom |
getSecureRandom()
getSecureRandom returns a SecureRandom object for the SSLContext. |
SecureRandom getSecureRandom()
getSecureRandom returns a SecureRandom object for the SSLContext.SecureRandom valueCopyright © 2017 JacORB. All rights reserved.