net.sourceforge.jradiusclient.attributes
Class ChapChallengeAttribute

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

public class ChapChallengeAttribute
extends RadiusAttribute

Released under the LGPL

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

Constructor Summary
ChapChallengeAttribute(byte[] challenge)
           
ChapChallengeAttribute(java.lang.String challenge)
           
 
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

ChapChallengeAttribute

public ChapChallengeAttribute(byte[] challenge)
                       throws InvalidParameterException
Parameters:
challenge -
Throws:
InvalidParameterException

ChapChallengeAttribute

public ChapChallengeAttribute(java.lang.String challenge)
                       throws InvalidParameterException
Parameters:
challenge -
Throws:
InvalidParameterException