开发者社区 问答 正文

应用系统体系架构中的客户端接收到消息之后要做些什么?

已解决

应用系统体系架构中的客户端接收到消息之后要做些什么?

展开
收起
游客pmaxj57mnik54 2022-10-05 16:04:53 899 分享
分享
版权
举报
1 条回答
写回答
取消 提交回答
  • 推荐回答

    客户要做的两件事如下: If the user entered password does not match the password in the AS database, the client's secret key will be different and thus unable to decrypt message A. With a valid password and secret key the client decrypts message A to obtain the Client/TGS Session Key.This session key is used for further communications with the TGS. (Note: The client cannot decrypt Message B, as it is encrypted using TGS's secret key.)

    2022-10-05 16:11:31 举报
    赞同 评论

    评论

    全部评论 (0)

    登录后可评论
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等