UnwrapResult Class

The result of an unwrap key operation.

Inheritance
builtins.object
UnwrapResult

Constructor

UnwrapResult(key_id: Optional[str], algorithm: KeyWrapAlgorithm, key: bytes)

Parameters

key_id
str
Required

Key encryption key's Key Vault identifier

algorithm
KeyWrapAlgorithm
Required

The key wrap algorithm used

key
bytes
Required

The unwrapped key