Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAllowedUMTS_Algorithms
-
Packages that use MAPAllowedUMTS_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 MAPAllowedUMTS_Algorithms in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAllowedUMTS_Algorithms Modifier and Type Method Description MAPAllowedUMTS_Algorithms
MAPAllowedUMTS_Algorithms. clone()
Constructs a copy of this object and everything reachable from it.static MAPAllowedUMTS_Algorithms
MAPAllowedUMTS_Algorithms. copyOf(MAPAllowedUMTS_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.MAPAllowedUMTS_Algorithms
MAPForwardAccessSignalling_Arg_v3. getAllowedUMTS_Algorithms()
Gets the value of the field allowedUMTS-Algorithms.MAPAllowedUMTS_Algorithms
MAPPrepareHO_Arg_v3. getAllowedUMTS_Algorithms()
Gets the value of the field allowedUMTS-Algorithms.MAPAllowedUMTS_Algorithms
MAPAllowedUMTS_Algorithms. setEncryptionAlgorithms(byte[] value)
Sets the value of the field encryptionAlgorithms.MAPAllowedUMTS_Algorithms
MAPAllowedUMTS_Algorithms. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPAllowedUMTS_Algorithms
MAPAllowedUMTS_Algorithms. setIntegrityProtectionAlgorithms(byte[] value)
Sets the value of the field integrityProtectionAlgorithms.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAllowedUMTS_Algorithms Modifier and Type Method Description static MAPAllowedUMTS_Algorithms
MAPAllowedUMTS_Algorithms. copyOf(MAPAllowedUMTS_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.MAPForwardAccessSignalling_Arg_v3
MAPForwardAccessSignalling_Arg_v3. setAllowedUMTS_Algorithms(MAPAllowedUMTS_Algorithms value)
Sets the value of the field allowedUMTS-Algorithms.MAPPrepareHO_Arg_v3
MAPPrepareHO_Arg_v3. setAllowedUMTS_Algorithms(MAPAllowedUMTS_Algorithms value)
Sets the value of the field allowedUMTS-Algorithms. -
Uses of MAPAllowedUMTS_Algorithms in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAllowedUMTS_Algorithms Modifier and Type Field Description static PersistCodec<MAPAllowedUMTS_Algorithms,MAPAllowedUMTS_Algorithms,MAPProto.MAP_MS_DataTypes_AllowedUMTS_Algorithms>
MAPCodecs. MAP_MS_DataTypes_AllowedUMTS_Algorithms
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AllowedUMTS-Algorithmsstatic PersistCodec<MAPAllowedUMTS_Algorithms,MAPAllowedUMTS_Algorithms,MAPProto.MAP_MS_DataTypes_AllowedUMTS_Algorithms>
MAPCodecs. MAP_MS_DataTypes_AllowedUMTS_Algorithms
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AllowedUMTS-Algorithms
-