|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecKey | |
|---|---|
| org.glassfish.grizzly.websockets.draft76 | |
| Uses of SecKey in org.glassfish.grizzly.websockets.draft76 |
|---|
| Methods in org.glassfish.grizzly.websockets.draft76 that return SecKey | |
|---|---|
static SecKey |
SecKey.generateSecKey()
Generates random security key. |
static SecKey |
SecKey.parse(java.lang.String secKey)
Create a SecKey object basing on String representation, which
includes spaces and chars. |
static SecKey |
SecKey.validateSecKey(java.lang.String key)
Validate security key, represented as string value (which includes chars and spaces). |
| Methods in org.glassfish.grizzly.websockets.draft76 with parameters of type SecKey | |
|---|---|
static byte[] |
SecKey.generateServerKey(SecKey clientKey1,
SecKey clientKey2,
byte[] clientKey3)
Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||