|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jradius.util.CHAP
public final class CHAP
CHAP Utils.
Constructor Summary | |
---|---|
CHAP()
|
Method Summary | |
---|---|
static byte[] |
chapMD5(byte id,
byte[] Password,
byte[] Challenge)
|
static byte[] |
chapResponse(byte id,
byte[] Password,
byte[] Challenge)
Do CHAP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CHAP()
Method Detail |
---|
public static byte[] chapMD5(byte id, byte[] Password, byte[] Challenge)
id
- The packet identifierPassword
- The User's Password value in bytesChallenge
- The 16 byte authentication challenge
public static byte[] chapResponse(byte id, byte[] Password, byte[] Challenge)
id
- The packet identifierPassword
- The User's Password value in bytesChallenge
- The 16 byte authentication challenge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |