public static class MobileIdentitySUCI.Suci extends Choice
suci
field.Modifier and Type | Field and Description |
---|---|
static int |
imsi_chosen
Identifies the
imsi alternative. |
static int |
nai_chosen
Identifies the
nai alternative. |
Constructor and Description |
---|
Suci()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static MobileIdentitySUCI.Suci |
createWithImsi(SUCISUPIAsIMSI imsi)
Creates an instance of the
Suci with the imsi
alternative selected. |
static MobileIdentitySUCI.Suci |
createWithNai(OctetString nai)
Creates an instance of the
Suci with the nai
alternative selected. |
SUCISUPIAsIMSI |
getImsi()
Returns the value of the
imsi alternative. |
OctetString |
getNai()
Returns the value of the
nai alternative. |
boolean |
hasImsi()
Reports whether the
imsi alternative is selected. |
boolean |
hasNai()
Reports whether the
nai alternative is selected. |
void |
setImsi(SUCISUPIAsIMSI imsi)
Selects the
imsi alternative. |
void |
setNai(OctetString nai)
Selects the
nai alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int imsi_chosen
imsi
alternative.public static final int nai_chosen
nai
alternative.public static MobileIdentitySUCI.Suci createWithImsi(SUCISUPIAsIMSI imsi)
Suci
with the imsi
alternative selected.imsi
- the value of the imsi
alternative.Suci
class.public boolean hasImsi()
imsi
alternative is selected.imsi
alternative is selected.public SUCISUPIAsIMSI getImsi()
imsi
alternative.imsi
alternative or null if the
imsi
alternative is not selected.public void setImsi(SUCISUPIAsIMSI imsi)
imsi
alternative.imsi
- the value of the imsi
alternative.public static MobileIdentitySUCI.Suci createWithNai(OctetString nai)
Suci
with the nai
alternative selected.nai
- the value of the nai
alternative.Suci
class.public boolean hasNai()
nai
alternative is selected.nai
alternative is selected.public OctetString getNai()
nai
alternative.nai
alternative or null if the
nai
alternative is not selected.public void setNai(OctetString nai)
nai
alternative.nai
- the value of the nai
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.