Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAuthenticationSet
-
Packages that use MAPAuthenticationSet 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 MAPAuthenticationSet in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAuthenticationSet Modifier and Type Method Description MAPAuthenticationSet
MAPAuthenticationSet. clone()
Constructs a copy of this object and everything reachable from it.static MAPAuthenticationSet
MAPAuthenticationSet. copyOf(MAPAuthenticationSet 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.MAPAuthenticationSet
MAPSentParameter. getAuthenticationSet()
Gets the value of the authenticationSet choice.MAPAuthenticationSet[]
MAPSendIdentificationRes. getAuthenticationSetList_v2()
Gets the value of the field authenticationSetList.MAPAuthenticationSet[]
MAPSendAuthenticationInfoRes. getTripletList()
Gets the value of the tripletList choice.MAPAuthenticationSet
MAPAuthenticationSet. setKc(byte[] value)
Sets the value of the field kc.MAPAuthenticationSet
MAPAuthenticationSet. setRand(byte[] value)
Sets the value of the field rand.MAPAuthenticationSet
MAPAuthenticationSet. setSres(byte[] value)
Sets the value of the field sres.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAuthenticationSet Modifier and Type Method Description static MAPAuthenticationSet
MAPAuthenticationSet. copyOf(MAPAuthenticationSet 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.MAPSentParameter
MAPSentParameter. setAuthenticationSet(MAPAuthenticationSet value)
Sets the value of the authenticationSet choice.MAPSendIdentificationRes
MAPSendIdentificationRes. setAuthenticationSetList_v2(MAPAuthenticationSet[] value)
Sets the value of the field authenticationSetList.MAPAuthenticationSetList_v3
MAPAuthenticationSetList_v3. setTripletList(MAPAuthenticationSet[] value)
Sets the value of the tripletList choice.MAPSendAuthenticationInfoRes
MAPSendAuthenticationInfoRes. setTripletList(MAPAuthenticationSet[] value)
Sets the value of the tripletList choice. -
Uses of MAPAuthenticationSet in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAuthenticationSet Modifier and Type Field Description static PersistCodec<MAPAuthenticationSet,MAPAuthenticationSet,MAPProto.MAP_MS_DataTypes_AuthenticationTriplet>
MAPCodecs. MAP_MS_DataTypes_AuthenticationTriplet
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationTripletstatic PersistCodec<MAPAuthenticationSet,MAPAuthenticationSet,MAPProto.MAP_MS_DataTypes_AuthenticationTriplet>
MAPCodecs. MAP_MS_DataTypes_AuthenticationTriplet
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationTripletstatic PersistCodec<MAPAuthenticationSet,MAPAuthenticationSet,MAPProto.MAP_MS_DataTypes_R98_AuthenticationSet>
MAPCodecs. MAP_MS_DataTypes_R98_AuthenticationSet
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.AuthenticationSetstatic PersistCodec<MAPAuthenticationSet,MAPAuthenticationSet,MAPProto.MAP_MS_DataTypes_R98_AuthenticationSet>
MAPCodecs. MAP_MS_DataTypes_R98_AuthenticationSet
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.AuthenticationSet
-