public class EAPTypeData extends Choice
EAPTypeData
type.Modifier and Type | Field and Description |
---|---|
static int |
aka_chosen
Identifies the
aka alternative. |
static int |
akaPrime_chosen
Identifies the
akaPrime alternative. |
static int |
expandedType_chosen
Identifies the
expandedType alternative. |
static int |
experimental_chosen
Identifies the
experimental alternative. |
static int |
gtc_chosen
Identifies the
gtc alternative. |
static int |
identity_chosen
Identifies the
identity alternative. |
static int |
md5Challenge_chosen
Identifies the
md5Challenge alternative. |
static int |
nak_chosen
Identifies the
nak alternative. |
static int |
notification_chosen
Identifies the
notification alternative. |
static int |
otp_chosen
Identifies the
otp alternative. |
Constructor and Description |
---|
EAPTypeData()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static EAPTypeData |
createWithAka(AKA aka)
Creates an instance of the
EAPTypeData with the aka
alternative selected. |
static EAPTypeData |
createWithAkaPrime(AKAPrime akaPrime)
Creates an instance of the
EAPTypeData with the akaPrime
alternative selected. |
static EAPTypeData |
createWithExpandedType(ExpandedType expandedType)
Creates an instance of the
EAPTypeData with the expandedType
alternative selected. |
static EAPTypeData |
createWithExperimental(OctetString experimental)
Creates an instance of the
EAPTypeData with the experimental
alternative selected. |
static EAPTypeData |
createWithGtc(VisibleString gtc)
Creates an instance of the
EAPTypeData with the gtc
alternative selected. |
static EAPTypeData |
createWithIdentity(VisibleString identity)
Creates an instance of the
EAPTypeData with the identity
alternative selected. |
static EAPTypeData |
createWithMd5Challenge(MD5Challenge md5Challenge)
Creates an instance of the
EAPTypeData with the md5Challenge
alternative selected. |
static EAPTypeData |
createWithNak(Nak nak)
Creates an instance of the
EAPTypeData with the nak
alternative selected. |
static EAPTypeData |
createWithNotification(VisibleString notification)
Creates an instance of the
EAPTypeData with the notification
alternative selected. |
static EAPTypeData |
createWithOtp(VisibleString otp)
Creates an instance of the
EAPTypeData with the otp
alternative selected. |
AKA |
getAka()
Returns the value of the
aka alternative. |
AKAPrime |
getAkaPrime()
Returns the value of the
akaPrime alternative. |
ExpandedType |
getExpandedType()
Returns the value of the
expandedType alternative. |
OctetString |
getExperimental()
Returns the value of the
experimental alternative. |
VisibleString |
getGtc()
Returns the value of the
gtc alternative. |
VisibleString |
getIdentity()
Returns the value of the
identity alternative. |
MD5Challenge |
getMd5Challenge()
Returns the value of the
md5Challenge alternative. |
Nak |
getNak()
Returns the value of the
nak alternative. |
VisibleString |
getNotification()
Returns the value of the
notification alternative. |
VisibleString |
getOtp()
Returns the value of the
otp alternative. |
boolean |
hasAka()
Reports whether the
aka alternative is selected. |
boolean |
hasAkaPrime()
Reports whether the
akaPrime alternative is selected. |
boolean |
hasExpandedType()
Reports whether the
expandedType alternative is selected. |
boolean |
hasExperimental()
Reports whether the
experimental alternative is selected. |
boolean |
hasGtc()
Reports whether the
gtc alternative is selected. |
boolean |
hasIdentity()
Reports whether the
identity alternative is selected. |
boolean |
hasMd5Challenge()
Reports whether the
md5Challenge alternative is selected. |
boolean |
hasNak()
Reports whether the
nak alternative is selected. |
boolean |
hasNotification()
Reports whether the
notification alternative is selected. |
boolean |
hasOtp()
Reports whether the
otp alternative is selected. |
void |
setAka(AKA aka)
Selects the
aka alternative. |
void |
setAkaPrime(AKAPrime akaPrime)
Selects the
akaPrime alternative. |
void |
setExpandedType(ExpandedType expandedType)
Selects the
expandedType alternative. |
void |
setExperimental(OctetString experimental)
Selects the
experimental alternative. |
void |
setGtc(VisibleString gtc)
Selects the
gtc alternative. |
void |
setIdentity(VisibleString identity)
Selects the
identity alternative. |
void |
setMd5Challenge(MD5Challenge md5Challenge)
Selects the
md5Challenge alternative. |
void |
setNak(Nak nak)
Selects the
nak alternative. |
void |
setNotification(VisibleString notification)
Selects the
notification alternative. |
void |
setOtp(VisibleString otp)
Selects the
otp alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int identity_chosen
identity
alternative.public static final int notification_chosen
notification
alternative.public static final int nak_chosen
nak
alternative.public static final int md5Challenge_chosen
md5Challenge
alternative.public static final int otp_chosen
otp
alternative.public static final int gtc_chosen
gtc
alternative.public static final int aka_chosen
aka
alternative.public static final int akaPrime_chosen
akaPrime
alternative.public static final int expandedType_chosen
expandedType
alternative.public static final int experimental_chosen
experimental
alternative.public static EAPTypeData createWithIdentity(VisibleString identity)
EAPTypeData
with the identity
alternative selected.identity
- the value of the identity
alternative.EAPTypeData
class.public boolean hasIdentity()
identity
alternative is selected.identity
alternative is selected.public VisibleString getIdentity()
identity
alternative.identity
alternative or null if the
identity
alternative is not selected.public void setIdentity(VisibleString identity)
identity
alternative.identity
- the value of the identity
alternative.public static EAPTypeData createWithNotification(VisibleString notification)
EAPTypeData
with the notification
alternative selected.notification
- the value of the notification
alternative.EAPTypeData
class.public boolean hasNotification()
notification
alternative is selected.notification
alternative is selected.public VisibleString getNotification()
notification
alternative.notification
alternative or null if the
notification
alternative is not selected.public void setNotification(VisibleString notification)
notification
alternative.notification
- the value of the notification
alternative.public static EAPTypeData createWithNak(Nak nak)
EAPTypeData
with the nak
alternative selected.nak
- the value of the nak
alternative.EAPTypeData
class.public boolean hasNak()
nak
alternative is selected.nak
alternative is selected.public Nak getNak()
nak
alternative.nak
alternative or null if the
nak
alternative is not selected.public void setNak(Nak nak)
nak
alternative.nak
- the value of the nak
alternative.public static EAPTypeData createWithMd5Challenge(MD5Challenge md5Challenge)
EAPTypeData
with the md5Challenge
alternative selected.md5Challenge
- the value of the md5Challenge
alternative.EAPTypeData
class.public boolean hasMd5Challenge()
md5Challenge
alternative is selected.md5Challenge
alternative is selected.public MD5Challenge getMd5Challenge()
md5Challenge
alternative.md5Challenge
alternative or null if the
md5Challenge
alternative is not selected.public void setMd5Challenge(MD5Challenge md5Challenge)
md5Challenge
alternative.md5Challenge
- the value of the md5Challenge
alternative.public static EAPTypeData createWithOtp(VisibleString otp)
EAPTypeData
with the otp
alternative selected.otp
- the value of the otp
alternative.EAPTypeData
class.public boolean hasOtp()
otp
alternative is selected.otp
alternative is selected.public VisibleString getOtp()
otp
alternative.otp
alternative or null if the
otp
alternative is not selected.public void setOtp(VisibleString otp)
otp
alternative.otp
- the value of the otp
alternative.public static EAPTypeData createWithGtc(VisibleString gtc)
EAPTypeData
with the gtc
alternative selected.gtc
- the value of the gtc
alternative.EAPTypeData
class.public boolean hasGtc()
gtc
alternative is selected.gtc
alternative is selected.public VisibleString getGtc()
gtc
alternative.gtc
alternative or null if the
gtc
alternative is not selected.public void setGtc(VisibleString gtc)
gtc
alternative.gtc
- the value of the gtc
alternative.public static EAPTypeData createWithAka(AKA aka)
EAPTypeData
with the aka
alternative selected.aka
- the value of the aka
alternative.EAPTypeData
class.public boolean hasAka()
aka
alternative is selected.aka
alternative is selected.public AKA getAka()
aka
alternative.aka
alternative or null if the
aka
alternative is not selected.public void setAka(AKA aka)
aka
alternative.aka
- the value of the aka
alternative.public static EAPTypeData createWithAkaPrime(AKAPrime akaPrime)
EAPTypeData
with the akaPrime
alternative selected.akaPrime
- the value of the akaPrime
alternative.EAPTypeData
class.public boolean hasAkaPrime()
akaPrime
alternative is selected.akaPrime
alternative is selected.public AKAPrime getAkaPrime()
akaPrime
alternative.akaPrime
alternative or null if the
akaPrime
alternative is not selected.public void setAkaPrime(AKAPrime akaPrime)
akaPrime
alternative.akaPrime
- the value of the akaPrime
alternative.public static EAPTypeData createWithExpandedType(ExpandedType expandedType)
EAPTypeData
with the expandedType
alternative selected.expandedType
- the value of the expandedType
alternative.EAPTypeData
class.public boolean hasExpandedType()
expandedType
alternative is selected.expandedType
alternative is selected.public ExpandedType getExpandedType()
expandedType
alternative.expandedType
alternative or null if the
expandedType
alternative is not selected.public void setExpandedType(ExpandedType expandedType)
expandedType
alternative.expandedType
- the value of the expandedType
alternative.public static EAPTypeData createWithExperimental(OctetString experimental)
EAPTypeData
with the experimental
alternative selected.experimental
- the value of the experimental
alternative.EAPTypeData
class.public boolean hasExperimental()
experimental
alternative is selected.experimental
alternative is selected.public OctetString getExperimental()
experimental
alternative.experimental
alternative or null if the
experimental
alternative is not selected.public void setExperimental(OctetString experimental)
experimental
alternative.experimental
- the value of the experimental
alternative.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.