TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

Moves the SecureRandom related operations out from the Misc class … #236

Open nandorholozsnyak opened 2 years ago

nandorholozsnyak commented 2 years ago

…to a new Security class that is a singleton and not using static fields

Related issue: https://github.com/TakahikoKawasaki/nv-websocket-client/issues/235