你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AesGcmDecryptParameters interface
AES-GCM 加密算法的解密参数。
属性
additional |
经过身份验证但未加密的可选数据。 |
algorithm | 要使用的加密算法。 |
authentication |
加密期间生成的身份验证标记。 |
ciphertext | 要解密的密码文本。 |
iv | 在加密期间生成的初始化向量 (或 nonce) 。 |
属性详细信息
additionalAuthenticatedData
经过身份验证但未加密的可选数据。
additionalAuthenticatedData?: Uint8Array
属性值
Uint8Array
algorithm
authenticationTag
加密期间生成的身份验证标记。
authenticationTag: Uint8Array
属性值
Uint8Array
ciphertext
要解密的密码文本。
ciphertext: Uint8Array
属性值
Uint8Array
iv
在加密期间生成的初始化向量 (或 nonce) 。
iv: Uint8Array
属性值
Uint8Array