net.sourceforge.jradiusclient.attributes
Class ChapPasswordAttribute

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

public class ChapPasswordAttribute
extends RadiusAttribute

Released under the LGPL

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

Constructor Summary
ChapPasswordAttribute(byte[] identifierAndChapEncryptedPassword)
           
ChapPasswordAttribute(byte identifier, byte[] chapEncryptedPassword)
           
 
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

ChapPasswordAttribute

public ChapPasswordAttribute(byte[] identifierAndChapEncryptedPassword)
                      throws InvalidParameterException
Parameters:
identifierAndChapEncryptedPassword -
Throws:
InvalidParameterException

ChapPasswordAttribute

public ChapPasswordAttribute(byte identifier,
                             byte[] chapEncryptedPassword)
                      throws InvalidParameterException
Parameters:
identifier -
chapEncryptedPassword -
Throws:
InvalidParameterException