HslCommunication.Core.Security 命名空间 |
[缺少 "N:HslCommunication.Core.Security" 的 <summary> 文档]
类 | 说明 | |
---|---|---|
AesCryptography |
实例化一个AES加密解密的对象,默认 ECB 模式的对象
| |
DesCryptography |
DES加密解密的对象
| |
HslCertificate |
基于RSA加密模型的证书,支持自定义的颁发证书,以及校验证书合法性 Certificates based on RSA encryption model support custom issuance certificates and verify certificate legitimacy | |
OpenSslNative |
SSL相关的类方法名称,本代码来源 https://github.com/thomas-v2/S7CommPlusDriver
| |
RSAHelper |
RSA加密解密算法的辅助方法,可以用PEM格式的密钥创建公钥,或是私钥对象,然后用来加解密操作。
|
接口 | 说明 | |
---|---|---|
ICryptography |
加密解密的数据接口 Encrypted and decrypted data interface |