Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSelectedUMTS_Algorithms
-
Packages that use MAPSelectedUMTS_Algorithms 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 MAPSelectedUMTS_Algorithms in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSelectedUMTS_Algorithms Modifier and Type Method Description MAPSelectedUMTS_Algorithms
MAPSelectedUMTS_Algorithms. clone()
Constructs a copy of this object and everything reachable from it.static MAPSelectedUMTS_Algorithms
MAPSelectedUMTS_Algorithms. copyOf(MAPSelectedUMTS_Algorithms 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.MAPSelectedUMTS_Algorithms
MAPPrepareHO_Res_v3. getSelectedUMTS_Algorithms()
Gets the value of the field selectedUMTS-Algorithms.MAPSelectedUMTS_Algorithms
MAPProcessAccessSignalling_Arg_v3. getSelectedUMTS_Algorithms()
Gets the value of the field selectedUMTS-Algorithms.MAPSelectedUMTS_Algorithms
MAPSelectedUMTS_Algorithms. setEncryptionAlgorithm(byte[] value)
Sets the value of the field encryptionAlgorithm.MAPSelectedUMTS_Algorithms
MAPSelectedUMTS_Algorithms. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSelectedUMTS_Algorithms
MAPSelectedUMTS_Algorithms. setIntegrityProtectionAlgorithm(byte[] value)
Sets the value of the field integrityProtectionAlgorithm.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSelectedUMTS_Algorithms Modifier and Type Method Description static MAPSelectedUMTS_Algorithms
MAPSelectedUMTS_Algorithms. copyOf(MAPSelectedUMTS_Algorithms 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.MAPPrepareHO_Res_v3
MAPPrepareHO_Res_v3. setSelectedUMTS_Algorithms(MAPSelectedUMTS_Algorithms value)
Sets the value of the field selectedUMTS-Algorithms.MAPProcessAccessSignalling_Arg_v3
MAPProcessAccessSignalling_Arg_v3. setSelectedUMTS_Algorithms(MAPSelectedUMTS_Algorithms value)
Sets the value of the field selectedUMTS-Algorithms. -
Uses of MAPSelectedUMTS_Algorithms in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSelectedUMTS_Algorithms Modifier and Type Field Description static PersistCodec<MAPSelectedUMTS_Algorithms,MAPSelectedUMTS_Algorithms,MAPProto.MAP_MS_DataTypes_SelectedUMTS_Algorithms>
MAPCodecs. MAP_MS_DataTypes_SelectedUMTS_Algorithms
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SelectedUMTS-Algorithmsstatic PersistCodec<MAPSelectedUMTS_Algorithms,MAPSelectedUMTS_Algorithms,MAPProto.MAP_MS_DataTypes_SelectedUMTS_Algorithms>
MAPCodecs. MAP_MS_DataTypes_SelectedUMTS_Algorithms
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SelectedUMTS-Algorithms
-