Uses of Class
com.opencloud.slee.resources.cgin.map.MAPUMTS_SecurityContextData
-
Packages that use MAPUMTS_SecurityContextData 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. -
-
Uses of MAPUMTS_SecurityContextData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPUMTS_SecurityContextData Modifier and Type Method Description MAPUMTS_SecurityContextDataMAPUMTS_SecurityContextData. clone()Constructs a copy of this object and everything reachable from it.static MAPUMTS_SecurityContextDataMAPUMTS_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.MAPUMTS_SecurityContextDataMAPCurrentSecurityContext. getUmts_SecurityContextData()Gets the value of the umts-SecurityContextData choice.MAPUMTS_SecurityContextDataMAPUMTS_SecurityContextData. setCk(byte[] value)Sets the value of the field ck.MAPUMTS_SecurityContextDataMAPUMTS_SecurityContextData. setIk(byte[] value)Sets the value of the field ik.MAPUMTS_SecurityContextDataMAPUMTS_SecurityContextData. setKsi(byte[] value)Sets the value of the field ksi.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPUMTS_SecurityContextData Modifier and Type Method Description static MAPUMTS_SecurityContextDataMAPUMTS_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.MAPCurrentSecurityContextMAPCurrentSecurityContext. setUmts_SecurityContextData(MAPUMTS_SecurityContextData value)Sets the value of the umts-SecurityContextData choice. -
Uses of MAPUMTS_SecurityContextData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPUMTS_SecurityContextData Modifier and Type Field Description static PersistCodec<MAPUMTS_SecurityContextData,MAPUMTS_SecurityContextData,MAPProto.MAP_MS_DataTypes_UMTS_SecurityContextData>MAPCodecs. MAP_MS_DataTypes_UMTS_SecurityContextDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.UMTS-SecurityContextDatastatic PersistCodec<MAPUMTS_SecurityContextData,MAPUMTS_SecurityContextData,MAPProto.MAP_MS_DataTypes_UMTS_SecurityContextData>MAPCodecs. MAP_MS_DataTypes_UMTS_SecurityContextDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.UMTS-SecurityContextData
-