Package org.tinyradius.core.attribute.type

Classes for Radius attributes and Radius attribute types.

RadiusAttribute is the interface for accessing attribute data.

OctetsAttribute is the base implementation representing general byte array data. Other type-specific subclasses represent, manage, and validate the storage of specific types.

EncodedAttribute wraps around OctetsAttribute or subclasses to support encoding/encryption.

Vendor-specific attributes are supported by the class VendorSpecificAttribute.