public class EAPMD5Authenticator extends EAPAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
EAP_AKA, EAP_CISCO_MSCHAPV2, EAP_FAILURE, EAP_GTC, EAP_HEADERLEN, EAP_IDENTITY, EAP_LEAP, EAP_MD5, EAP_MSCHAPV2, EAP_NAK, EAP_NOTIFICATION, EAP_OTP, EAP_PEAP, EAP_REQUEST, EAP_RESPONSE, EAP_SIM, EAP_SUCCESS, EAP_TLS, EAP_TLV, EAP_TTLS, peap, state, STATE_AUTHENTICATED, STATE_CHALLENGE, STATE_FAILURE, STATE_REJECTED, STATE_SUCCESSclassAttribute, client, password, stateAttribute, username| Constructor and Description |
|---|
EAPMD5Authenticator() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
doEAPType(byte id,
byte[] data) |
String |
getAuthName() |
doEAP, doEAPType, eapFailure, eapRequest, eapResponse, eapSuccess, getEAPType, getState, isStartWithIdentity, negotiateEAPType, processChallenge, processRequest, setEAPType, setStartWithIdentity, setState, suedoEAPType, tlvSuccessgetClassAttribute, getClient, getPassword, getStateAttribute, getUsername, setClient, setPassword, setupRequest, setUsernamepublic static final String NAME
public String getAuthName()
getAuthName in class RadiusAuthenticatornet.sf.jradius.client.auth.RadiusAuthenticator#getAuthName()public byte[] doEAPType(byte id,
byte[] data)
throws NoSuchAlgorithmException
doEAPType in class EAPAuthenticatorid - The EAP IDdata - The EAP DataNoSuchAlgorithmExceptionCopyright © 2017. All rights reserved.