This method extracts the Challenge message returned by a RADIUS Server and
supplies it to the user, who should them use it to build a new password
and re-authenticate.
This method extracts the reply message returned by a RADIUS Server and
supplies it to the user, who should them use it to build a new password
and re-authenticate.
RADIUS_HEADER_LENGTH is 20 bytes (corresponding to
1 byte for code + 1 byte for Identifier + 2 bytes for Length + 16 bytes for Request Authenticator)
It is not a coincidence that it is the same as the MIN_PACKET_LENGTH
Special Thanks to the original creator of the "RadiusClient"
August Mueller
http://augiesoft.com/java/radius/ and to
Aziz Abouchi
for laying the groundwork for the development of this class.