net.sourceforge.jradiusclient.attributes
Class EapMessageAttribute

java.lang.Object
  |
  +--net.sourceforge.jradiusclient.RadiusAttribute
        |
        +--net.sourceforge.jradiusclient.attributes.EapMessageAttribute

public class EapMessageAttribute
extends RadiusAttribute

Released under the LGPL

Version:
$Revision: 1.1 $
Author:
Robert J. Loihl

Constructor Summary
EapMessageAttribute(byte[] eapMessage)
          Constructs an attribute using the provided EAP Message bytes
 
Methods inherited from class net.sourceforge.jradiusclient.RadiusAttribute
getBytes, getType, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EapMessageAttribute

public EapMessageAttribute(byte[] eapMessage)
                    throws InvalidParameterException
Constructs an attribute using the provided EAP Message bytes

Parameters:
eapMessage -
Throws:
InvalidParameterException