public class VncAuth extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
challengeSize |
static int |
failed |
static int |
ok |
static int |
tooMany |
| Constructor and Description |
|---|
VncAuth() |
| Modifier and Type | Method and Description |
|---|---|
static void |
encryptChallenge(byte[] challenge,
String passwd) |
static String |
unobfuscatePasswd(byte[] obfuscated) |
public static final int ok
public static final int failed
public static final int tooMany
public static final int challengeSize
Copyright © 2019. All rights reserved.