Uses of Class
com.opencloud.slee.resources.in.datatypes.map.Cksn
-
Packages that use Cksn Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.map Defines classes to represent some MAP types for which their ASN.1 specifications say merely OCTET STRING, that are not used by other protocols, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of Cksn in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return Cksn Modifier and Type Method Description Cksn
MAPGSM_SecurityContextData. getCksn()
Gets the value of the field cksn.Cksn
MAPSendGroupCallInfoArg. getCksn()
Gets the value of the field cksn.Methods in com.opencloud.slee.resources.cgin.map with parameters of type Cksn Modifier and Type Method Description MAPGSM_SecurityContextData
MAPGSM_SecurityContextData. setCksn(Cksn value)
Sets the value of the field cksn.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setCksn(Cksn value)
Sets the value of the field cksn.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type Cksn Constructor Description MAPGSM_SecurityContextData(byte[] Kc_param, Cksn Cksn_param)
Constructs an object from given values for all fields. -
Uses of Cksn in com.opencloud.slee.resources.in.datatypes.map
Methods in com.opencloud.slee.resources.in.datatypes.map that return Cksn Modifier and Type Method Description Cksn
Cksn. clone()
Constructs a new mutable object that has a copy of the encoded state of this one.
-