net.rfb
Class VncAuth

java.lang.Object
  extended by net.rfb.VncAuth

public class VncAuth
extends java.lang.Object


Field Summary
static int challengeSize
           
static int failed
           
static int ok
           
static int tooMany
           
 
Constructor Summary
VncAuth()
           
 
Method Summary
static void encryptChallenge(byte[] challenge, java.lang.String passwd)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ok

public static final int ok
See Also:
Constant Field Values

failed

public static final int failed
See Also:
Constant Field Values

tooMany

public static final int tooMany
See Also:
Constant Field Values

challengeSize

public static final int challengeSize
See Also:
Constant Field Values
Constructor Detail

VncAuth

public VncAuth()
Method Detail

encryptChallenge

public static void encryptChallenge(byte[] challenge,
                                    java.lang.String passwd)