Compartir a través de


DecryptResult Class

The result of a decrypt operation.

Inheritance
builtins.object
DecryptResult

Constructor

DecryptResult(key_id: str | None, algorithm: EncryptionAlgorithm, plaintext: bytes)

Parameters

Name Description
key_id
Required
str

The encryption key's Key Vault identifier

algorithm
Required

The encryption algorithm used

plaintext
Required

The decrypted bytes