storage.CustomerEncryption interface

客户提供的加密密钥的元数据(如果对象已使用此类密钥加密)。

签名

export interface CustomerEncryption 

属性

属性 类型 说明
encryptionAlgorithm 字符串 加密算法。
keySha256 字符串 加密密钥的 SHA256 哈希值。

storage.CustomerEncryption.encryptionAlgorithm

加密算法。

签名

encryptionAlgorithm?: string;

storage.CustomerEncryption.keySha256

加密密钥的 SHA256 哈希值。

签名

keySha256?: string;