public class MAPAuthenticationQuintuplet extends AbstractFieldsObject
AuthenticationQuintuplet ::=
SEQUENCE {
rand RAND,
xres XRES,
ck CK,
ik IK,
autn AUTN,
...
}
Added in R99.
Used in array as field type by MAPAuthenticationSetList_v3.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPAuthenticationQuintuplet()
Constructs an object with uninitialised state.
|
MAPAuthenticationQuintuplet(byte[] Rand_param,
byte[] Xres_param,
byte[] Ck_param,
byte[] Ik_param,
byte[] Autn_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
MAPAuthenticationQuintuplet |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAuthenticationQuintuplet |
copyOf(MAPAuthenticationQuintuplet 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[] |
getAutn()
Gets the value of the field autn.
|
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[] |
getRand()
Gets the value of the field rand.
|
byte[] |
getXres()
Gets the value of the field xres.
|
boolean |
hasAutn()
Tests whether the field autn has a value.
|
boolean |
hasCk()
Tests whether the field ck has a value.
|
boolean |
hasIk()
Tests whether the field ik has a value.
|
boolean |
hasRand()
Tests whether the field rand has a value.
|
boolean |
hasXres()
Tests whether the field xres has a value.
|
MAPAuthenticationQuintuplet |
setAutn(byte[] value)
Sets the value of the field autn.
|
MAPAuthenticationQuintuplet |
setCk(byte[] value)
Sets the value of the field ck.
|
MAPAuthenticationQuintuplet |
setIk(byte[] value)
Sets the value of the field ik.
|
MAPAuthenticationQuintuplet |
setRand(byte[] value)
Sets the value of the field rand.
|
MAPAuthenticationQuintuplet |
setXres(byte[] value)
Sets the value of the field xres.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPAuthenticationQuintuplet()
public MAPAuthenticationQuintuplet(byte[] Rand_param,
byte[] Xres_param,
byte[] Ck_param,
byte[] Ik_param,
byte[] Autn_param)
Rand_param - value for that fieldXres_param - value for that fieldCk_param - value for that fieldIk_param - value for that fieldAutn_param - value for that fieldpublic MAPAuthenticationQuintuplet clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPAuthenticationQuintuplet copyOf(MAPAuthenticationQuintuplet from)
from - the object from which to copypublic byte[] getAutn()
public byte[] getCk()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic byte[] getIk()
public byte[] getRand()
public byte[] getXres()
public boolean hasAutn()
public boolean hasCk()
public boolean hasIk()
public boolean hasRand()
public boolean hasXres()
public MAPAuthenticationQuintuplet setAutn(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationQuintuplet setCk(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationQuintuplet setIk(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationQuintuplet setRand(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationQuintuplet setXres(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only