Skip to content

@keymaster/connect / CipherDecryptResult

Interface: CipherDecryptResult

cipher.decrypt 成功结果。

Properties overview

PropertyTypeRequiredDescription
contentTypestringYes密文内层结构里的 contentType。
contentBinaryFieldYes还原后的业务字节。

Properties

contentType

contentType: string

密文内层结构里的 contentType。


content

content: BinaryField

还原后的业务字节。

Capability access without key custody.