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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
MAPSendAuthenticationInfoRes |
MAPSendAuthenticationInfoRes.setTripletList(MAPAuthenticationSet[] value)
Sets the value of the tripletList choice.
|
MAPAuthenticationSetList_v3 |
MAPAuthenticationSetList_v3.setTripletList(MAPAuthenticationSet[] value)
Sets the value of the tripletList choice.
|
Modifier and Type | Field and 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.AuthenticationTriplet
|
static PersistCodec<MAPAuthenticationSet,MAPAuthenticationSet,MAPProto.MAP_MS_DataTypes_AuthenticationTriplet> |
MAPCodecs.MAP_MS_DataTypes_AuthenticationTriplet
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationTriplet
|
static 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
|
static 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
|