DecryptResult Class

The result of a decrypt operation.

Inheritance
builtins.object
DecryptResult

Constructor

DecryptResult(key_id: Optional[str], algorithm: EncryptionAlgorithm, plaintext: bytes)

Parameters

key_id
str
Required

The encryption key's Key Vault identifier

algorithm
EncryptionAlgorithm
Required

The encryption algorithm used

plaintext
bytes
Required

The decrypted bytes