首页 > 其他分享 >电能表预付费系统-标准传输规范(STS)(40)

电能表预付费系统-标准传输规范(STS)(40)

时间:2024-11-14 20:18:53浏览次数:3  
标签:令牌 预付费 shall 电能表 40 CRC token AuthenticationResult Class

7.3.4 DEA: DecryptionAlgorithm09

This algorithm is deprecated and shall not be used in new products.

        此算法已被弃用,不得用于新产品。

7.3.5 MISTY1 : DecryptionAlgorithm11

7.3.5.1 Decryption process

The decryption process using the MISTY1 is shown in Figure 26.

        使用MISTY1的解密过程如图26所示。 

        解密算法和加密算法是互补的,因而共享相同的EA代码。

7.3.5.2 Worked example to decrypt a TransferCredit token using the MISTY1

A worked example is illustrated in Figure 27.

        图27展示了一个实例。

 

 7.3.6 TokenAuthentication

 Validating the CRC or the CRC_C checksum after decryption shall authenticate Class 0 and Class 2 tokens.

         对解密后的CRC或CRC_C校验和进行验证,对0类和2类token进行验证。

 Validating the CRC and the MfrCode shall authenticate Class 1 tokens.

         验证CRC和MfrCode应验证第1类令牌。

 In the case of a Class 0 or a Class 2 token the AuthenticationResult status shall indicate Authentic when the following condition is met:

        在0类或2类令牌的情况下,当满足以下条件时,AuthenticationResult状态应表明真实性:

 • the CRC or CRC_C checksum in the token has the same value as that calculated from the data elements in the token.

  • 令牌中的CRC或CRC_C校验和与根据令牌中的数据元素计算出的值相同。

If the above condition is not met, then the AuthenticationResult status shall indicate CRCError.

        如果上述条件不满足,则AuthenticationResult状态为CRCError。
In the case of a Class 1 token the AuthenticationResult status shall indicate Authentic when both of the following conditions are met:

        在1类令牌的情况下,当满足以下两个条件时,AuthenticationResult状态应表明真实: 

• the CRC checksum in the token has the same value as that calculated from the data elements in the token;

  • 令牌中的CRC校验和与从令牌中的数据元素计算出的值相同;

• The MfrCode value in the token is the same as the MfrCode as defined in 6.2.3.

  • 令牌中的MfrCode值与6.2.3中定义的MfrCode相同。

If any of the above conditions are not met, then the AuthenticationResult status shall indicate CRCError, or MfrCodeError, or both.

        如果上述任何一个条件都不满足,那么AuthenticationResult状态将显示CRCError或MfrCodeError,或两者都显示。

If the token cannot be authenticated, it shall be rejected in accordance with the requirements given in 8.2 and 8.3.

        如果该令牌无法通过认证,则根据8.2和8.3的要求拒绝该令牌。

标签:令牌,预付费,shall,电能表,40,CRC,token,AuthenticationResult,Class
From: https://blog.csdn.net/huaqianzkh/article/details/143779665

相关文章

  • MBR40150FCT-ASEMI大功率肖特基MBR40150FCT
    编辑:llMBR40150FCT-ASEMI大功率肖特基MBR40150FCT型号:MBR40150FCT品牌:ASEMI封装:TO-247正向电流:40A反向电压:150V正向压降:0.95V~1.90V引线数量:3芯片个数:2芯片尺寸:MIL漏电流:10ua恢复时间:35ns浪涌电流:300A芯片材质:正向电压:1.90V封装尺寸:如图特性:快恢复二极管工作结......
  • SBT40100VFCT-ASEMI低压降肖特基SBT40100VFCT
    编辑:llSBT40100VFCT-ASEMI低压降肖特基SBT40100VFCT型号:SBT40100VFCT品牌:ASEMI封装:TO-220F特性:插件二极管正向电流:40A反向耐压:100V恢复时间:35ns引脚数量:3芯片个数:2芯片尺寸:MIL浪涌电流:300A漏电流:10ua工作温度:-65℃~150℃包装方式:500/盘;5000/箱备受欢迎的SBT40100V......
  • ubuntu destop上安装 NVIDIA GeForce RTX 4090驱动(以这篇为主)
    背景通过上一篇文章的安装方式发现,开机直接卡死在ubuntu的logo界面,通过grub绕过logo,也没办法进去图形化界面。折腾了很久,之前安装驱动都是远程ssh过去的,装的也是官方下载的。换个思路,我就直接呆机房,通过图形化桌面去安装,通过ubuntu-drivers来安装,终于成了。梳理的安装步骤如下......
  • vue项目部署后刷新页面404的原因和解决方案
     一、这是为什么,我们先来了解下vue路由两种模式的区别。newRouter({mode:'hash',//historyroutes:[],...})1.hash模式(默认)的访问URL中有#字符,history模式的URL没有带#,外观上history模式比hash模式好看些;2.hash模式通过监听浏览器的onhashchange()......
  • 题解:P11251 [GESP202409 八级] 美丽路径
    题目传送门题目大意给你一颗树,每个结点为黑色或白色。求一条路径,使得路径上距离为奇数的点颜色不同,距离为偶数的点颜色相同,输出这条路径最多能包含多少结点。思路讲解容易想到用树形动态规划搭配dfs解决。将结点1......
  • Vue网站发布到iis后提示404页面不可访问
    vue重定向和跨域配置:https://zhuanlan.zhihu.com/p/5306882511.安装组件:URLRewrite:https://www.iis.net/downloads/microsoft/url-rewriteApplicationRequestRouting:https://www.iis.net/downloads/microsoft/application-request-routing2.新建一个web.config放到发布到文件......
  • ubuntu上安装 NVIDIA GeForce RTX 4090驱动
    背景ai服务器上安装完ubuntu系统后,需要安装NVIDIA显卡驱动官网驱动下载https://www.nvidia.cn/drivers/details/235646/驱动安装1.卸载原有驱动sudoaptremove--purgenvidia*2.备份sudocp/etc/modprobe.d/blacklist.conf/etc/modprobe.d/blacklist.conf_bak3.......
  • 空气开关(空气断路器)根据额定电流的不同,可以选择不同规格的开关。家用230V电路中,常见的
    空气开关(空气断路器)根据额定电流的不同,可以选择不同规格的开关。家用230V电路中,常见的额定电流规格有6A、10A、16A、20A、25A、32A、40A、50A、63A等。这些规格的空气开关主要区别在于它们适应的电流负荷大小,从而保护不同功率的家用电器和电路。以下是这些常见规格的比较表格:......
  • [题解]CF1407D Discrete Centrifugal Jumps
    思路注意到第二个条件和第三个条件本质相似,可以用相同的维护方式处理,因此这个只讨论第二个条件的维护方式。定义\(dp_i\)表示走到\(i\)的最少步数。第一个条件的转移显然为\(dp_i\leftarrowdp_{i-1}\)。对于第二个条件,\(i\)能向\(j\)转移,当且仅当\(h_{i+1\sim......
  • 每日总结40
    软件设计                 石家庄铁道大学信息学院 实验9:桥接模式本次实验属于模仿型实验,通过本次实验学生将掌握以下内容:1、理解桥接模式的动机,掌握该模式的结构;2、能够利用桥接模式解决实际问题。    [实验任务一]:两个维度的桥接模......