public class CipheringDataSet extends Sequence
CipheringDataSet
type.Constructor and Description |
---|
CipheringDataSet()
The default constructor.
|
CipheringDataSet(INTEGER cipheringSetID,
OctetString cipheringKey,
OctetString c0,
EUTRAPosSIB eUTRAPosSIB,
NRPosSIB nrPosSIB,
ValidityStartTime validityStartTime,
INTEGER validityDuration,
NAS5GSTrackingAreaIdentityListE taisList)
Constructs an instance of the
CipheringDataSet with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getC0()
Returns the value of the
c0 field. |
INTEGER |
getC0length()
Returns the value of the
c0length read-only field. |
OctetString |
getCipheringKey()
Returns the value of the
cipheringKey field. |
INTEGER |
getCipheringSetID()
Returns the value of the
cipheringSetID field. |
EUTRAPosSIB |
getEUTRAPosSIB()
Returns the value of the
eUTRAPosSIB field. |
INTEGER |
getEUTRAPosSIBLength()
Returns the value of the
eUTRAPosSIBLength read-only field. |
NRPosSIB |
getNrPosSIB()
Returns the value of the
nrPosSIB field. |
INTEGER |
getNrPosSIBLength()
Returns the value of the
nrPosSIBLength read-only field. |
INTEGER |
getSpare1()
Returns the value of the
spare1 read-only field. |
INTEGER |
getSpare2()
Returns the value of the
spare2 read-only field. |
INTEGER |
getSpare3()
Returns the value of the
spare3 read-only field. |
NAS5GSTrackingAreaIdentityListE |
getTaisList()
Returns the value of the
taisList field. |
INTEGER |
getValidityDuration()
Returns the value of the
validityDuration field. |
ValidityStartTime |
getValidityStartTime()
Returns the value of the
validityStartTime field. |
void |
setC0(OctetString c0)
Sets the value of the
c0 field. |
void |
setCipheringKey(OctetString cipheringKey)
Sets the value of the
cipheringKey field. |
void |
setCipheringSetID(INTEGER cipheringSetID)
Sets the value of the
cipheringSetID field. |
void |
setEUTRAPosSIB(EUTRAPosSIB eUTRAPosSIB)
Sets the value of the
eUTRAPosSIB field. |
void |
setNrPosSIB(NRPosSIB nrPosSIB)
Sets the value of the
nrPosSIB field. |
void |
setTaisList(NAS5GSTrackingAreaIdentityListE taisList)
Sets the value of the
taisList field. |
void |
setValidityDuration(INTEGER validityDuration)
Sets the value of the
validityDuration field. |
void |
setValidityStartTime(ValidityStartTime validityStartTime)
Sets the value of the
validityStartTime field. |
public CipheringDataSet()
public CipheringDataSet(INTEGER cipheringSetID, OctetString cipheringKey, OctetString c0, EUTRAPosSIB eUTRAPosSIB, NRPosSIB nrPosSIB, ValidityStartTime validityStartTime, INTEGER validityDuration, NAS5GSTrackingAreaIdentityListE taisList)
CipheringDataSet
with the specified
components.cipheringSetID
- the value of the cipheringSetID
field (mandatory).cipheringKey
- the value of the cipheringKey
field (mandatory).c0
- the value of the c0
field (mandatory).eUTRAPosSIB
- the value of the eUTRAPosSIB
field (mandatory).nrPosSIB
- the value of the nrPosSIB
field (mandatory).validityStartTime
- the value of the validityStartTime
field (mandatory).validityDuration
- the value of the validityDuration
field (mandatory).taisList
- the value of the taisList
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getCipheringSetID()
cipheringSetID
field.cipheringSetID
field.public void setCipheringSetID(INTEGER cipheringSetID)
cipheringSetID
field.cipheringSetID
- the value of the cipheringSetID
field.java.lang.IllegalArgumentException
- when the cipheringSetID
parameter is null.public OctetString getCipheringKey()
cipheringKey
field.cipheringKey
field.public void setCipheringKey(OctetString cipheringKey)
cipheringKey
field.cipheringKey
- the value of the cipheringKey
field.java.lang.IllegalArgumentException
- when the cipheringKey
parameter is null.public INTEGER getSpare1()
spare1
read-only field.spare1
read-only field.public INTEGER getC0length()
c0length
read-only field.c0length
read-only field.public OctetString getC0()
c0
field.c0
field.public void setC0(OctetString c0)
c0
field.c0
- the value of the c0
field.java.lang.IllegalArgumentException
- when the c0
parameter is null.public INTEGER getSpare2()
spare2
read-only field.spare2
read-only field.public INTEGER getEUTRAPosSIBLength()
eUTRAPosSIBLength
read-only field.eUTRAPosSIBLength
read-only field.public EUTRAPosSIB getEUTRAPosSIB()
eUTRAPosSIB
field.eUTRAPosSIB
field.public void setEUTRAPosSIB(EUTRAPosSIB eUTRAPosSIB)
eUTRAPosSIB
field.eUTRAPosSIB
- the value of the eUTRAPosSIB
field.java.lang.IllegalArgumentException
- when the eUTRAPosSIB
parameter is null.public INTEGER getSpare3()
spare3
read-only field.spare3
read-only field.public INTEGER getNrPosSIBLength()
nrPosSIBLength
read-only field.nrPosSIBLength
read-only field.public NRPosSIB getNrPosSIB()
nrPosSIB
field.nrPosSIB
field.public void setNrPosSIB(NRPosSIB nrPosSIB)
nrPosSIB
field.nrPosSIB
- the value of the nrPosSIB
field.java.lang.IllegalArgumentException
- when the nrPosSIB
parameter is null.public ValidityStartTime getValidityStartTime()
validityStartTime
field.validityStartTime
field.public void setValidityStartTime(ValidityStartTime validityStartTime)
validityStartTime
field.validityStartTime
- the value of the validityStartTime
field.java.lang.IllegalArgumentException
- when the validityStartTime
parameter is null.public INTEGER getValidityDuration()
validityDuration
field.validityDuration
field.public void setValidityDuration(INTEGER validityDuration)
validityDuration
field.validityDuration
- the value of the validityDuration
field.java.lang.IllegalArgumentException
- when the validityDuration
parameter is null.public NAS5GSTrackingAreaIdentityListE getTaisList()
taisList
field.taisList
field.public void setTaisList(NAS5GSTrackingAreaIdentityListE taisList)
taisList
field.taisList
- the value of the taisList
field.java.lang.IllegalArgumentException
- when the taisList
parameter is null.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.