Uses of Class
org.glassfish.grizzly.websockets.SecKey
Packages that use SecKey
-
Uses of SecKey in org.glassfish.grizzly.websockets
Methods in org.glassfish.grizzly.websockets that return SecKeyModifier and TypeMethodDescriptionstatic SecKeySecKey.generateServerKey(SecKey clientKey) Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload.Methods in org.glassfish.grizzly.websockets with parameters of type SecKeyModifier and TypeMethodDescriptionstatic SecKeySecKey.generateServerKey(SecKey clientKey) Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload.