Class SecureRandomProvider.Default
java.lang.Object
one.microstream.communication.tls.SecureRandomProvider.Default
- All Implemented Interfaces:
SecureRandomProvider
- Enclosing interface:
- SecureRandomProvider
public static final class SecureRandomProvider.Default extends Object implements SecureRandomProvider
returns a null secureRandom to use the system default SecureRandom
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.tls.SecureRandomProvider
SecureRandomProvider.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description SecureRandom
get()
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
get
- Specified by:
get
in interfaceSecureRandomProvider
-