|
Message Security Layer (MSL) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Thread#isInterrupted()
method or the type of caught
throwable.
MslControl
.MslContext
and data store MslStore
.errordata = {
"#mandatory" : [ "messageid", "errorcode" ],
"recipient" : "string",
"messageid" : "int64(0,-)",
"errorcode" : "int32(0,-)",
"internalcode" : "int32(0,-)",
"errormsg" : "string",
"usermsg" : "string",
}
where:
recipient
is the intended recipient's entity identity
messageid
is the message ID
errorcode
is the error code
internalcode
is an service-specific error code
errormsg
is a developer-consumable error message
usermsg
is a user-consumable localized error message
null
to attach user
authentication data to messages.
TokenFactory.renewMasterToken(MslContext, MasterToken, SecretKey, SecretKey)
.
MslControl
.MessageInputStream
and MessageOutputStream
pair
representing a single MSL communication channel established between
the local and remote entities.
|
Message Security Layer (MSL) | |||||||||
PREV NEXT | FRAMES NO FRAMES |