gmkitx API - v0.10.1
GMKit 文档
使用指南
正在准备搜索索引...
SM4CipherResult
接口 SM4CipherResult
SM4 GCM 模式的加密结果
interface
SM4CipherResult
{
ciphertext
:
string
;
format
:
OutputFormatType
;
tag
?:
string
;
}
索引
属性
ciphertext
format
tag?
属性
ciphertext
ciphertext
:
string
密文(十六进制字符串)
format
format
:
OutputFormatType
输出格式(hex 或 base64)
可选
tag
tag
?:
string
认证标签(十六进制字符串)
显示设置
成员可见性
继承
外部
配色
自动
浅色
深色
目录
属性
ciphertext
format
tag
GMKit 文档
使用指南
gmkitx API - v0.10.1
加载中……
SM4 GCM 模式的加密结果