Package org.tinyradius.packet

This package contains classes for encoding and decoding Radius packets.

See:
          Description

Class Summary
AccessRequest This class represents an Access-Request Radius packet.
AccountingRequest This class represents a Radius packet of the type "Accounting-Request".
RadiusPacket This class represents a Radius packet.
 

Package org.tinyradius.packet Description

This package contains classes for encoding and decoding Radius packets.

The base class RadiusPacket can read and write every Radius packet, the subclasses AccessRequest and AccountingRequest provide convenience methods to ease the access of special packet attributes.

The class AccessRequest manages the encryption of passwords in the attributes User-Password (PAP) or CHAP-Password and CHAP-Challenge (CHAP).

Each Radius packet has an associated dictionary of attribute types that allows the convenient access to packet attributes and sub-attributes.