| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--net.sourceforge.jradiusclient.RadiusAttribute
        |
        +--net.sourceforge.jradiusclient.attributes.ChapPasswordAttribute
Released under the LGPL
| 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 | 
public ChapPasswordAttribute(byte[] identifierAndChapEncryptedPassword)
                      throws InvalidParameterException
identifierAndChapEncryptedPassword - 
InvalidParameterException
public ChapPasswordAttribute(byte identifier,
                             byte[] chapEncryptedPassword)
                      throws InvalidParameterException
identifier - chapEncryptedPassword - 
InvalidParameterException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||