Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPAuthenticationQuintuplet |
MAPAuthenticationQuintuplet.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAuthenticationQuintuplet |
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.
|
MAPAuthenticationQuintuplet[] |
MAPAuthenticationSetList_v3.getQuintupletList()
Gets the value of the quintupletList choice.
|
MAPAuthenticationQuintuplet |
MAPAuthenticationQuintuplet.setAutn(byte[] value)
Sets the value of the field autn.
|
MAPAuthenticationQuintuplet |
MAPAuthenticationQuintuplet.setCk(byte[] value)
Sets the value of the field ck.
|
MAPAuthenticationQuintuplet |
MAPAuthenticationQuintuplet.setIk(byte[] value)
Sets the value of the field ik.
|
MAPAuthenticationQuintuplet |
MAPAuthenticationQuintuplet.setRand(byte[] value)
Sets the value of the field rand.
|
MAPAuthenticationQuintuplet |
MAPAuthenticationQuintuplet.setXres(byte[] value)
Sets the value of the field xres.
|
Modifier and Type | Method and Description |
---|---|
static MAPAuthenticationQuintuplet |
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.
|
MAPAuthenticationSetList_v3 |
MAPAuthenticationSetList_v3.setQuintupletList(MAPAuthenticationQuintuplet[] value)
Sets the value of the quintupletList choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAuthenticationQuintuplet,MAPAuthenticationQuintuplet,MAPProto.MAP_MS_DataTypes_AuthenticationQuintuplet> |
MAPCodecs.MAP_MS_DataTypes_AuthenticationQuintuplet
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationQuintuplet
|
static PersistCodec<MAPAuthenticationQuintuplet,MAPAuthenticationQuintuplet,MAPProto.MAP_MS_DataTypes_AuthenticationQuintuplet> |
MAPCodecs.MAP_MS_DataTypes_AuthenticationQuintuplet
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationQuintuplet
|