public class MAPUMTS_SecurityContextData extends AbstractFieldsObject
UMTS-SecurityContextData ::= SEQUENCE { ck CK, ik IK, ksi KSI, ... }Added in R99.
Used as field type by MAPCurrentSecurityContext
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPUMTS_SecurityContextData()
Constructs an object with uninitialised state.
|
MAPUMTS_SecurityContextData(byte[] Ck_param,
byte[] Ik_param,
byte[] Ksi_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Method and Description |
---|---|
MAPUMTS_SecurityContextData |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUMTS_SecurityContextData |
copyOf(MAPUMTS_SecurityContextData from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
byte[] |
getCk()
Gets the value of the field ck.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
byte[] |
getIk()
Gets the value of the field ik.
|
byte[] |
getKsi()
Gets the value of the field ksi.
|
boolean |
hasCk()
Tests whether the field ck has a value.
|
boolean |
hasIk()
Tests whether the field ik has a value.
|
boolean |
hasKsi()
Tests whether the field ksi has a value.
|
MAPUMTS_SecurityContextData |
setCk(byte[] value)
Sets the value of the field ck.
|
MAPUMTS_SecurityContextData |
setIk(byte[] value)
Sets the value of the field ik.
|
MAPUMTS_SecurityContextData |
setKsi(byte[] value)
Sets the value of the field ksi.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPUMTS_SecurityContextData()
public MAPUMTS_SecurityContextData(byte[] Ck_param, byte[] Ik_param, byte[] Ksi_param)
Ck_param
- value for that fieldIk_param
- value for that fieldKsi_param
- value for that fieldpublic MAPUMTS_SecurityContextData clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPUMTS_SecurityContextData copyOf(MAPUMTS_SecurityContextData from)
from
- the object from which to copypublic byte[] getCk()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic byte[] getIk()
public byte[] getKsi()
public boolean hasCk()
public boolean hasIk()
public boolean hasKsi()
public MAPUMTS_SecurityContextData setCk(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUMTS_SecurityContextData setIk(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUMTS_SecurityContextData setKsi(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only