Cloud Keys 2020 Python Edition

Questions / Feedback?

unwrap_key Method

Unwraps a symmetric key.

Syntax

def unwrap_key(key_name: str, algorithm: str) -> None: ...

Remarks

This method unwraps (i.e., decrypts) a symmetric key using the key specified by KeyName and the given Algorithm.

This method functions exactly the same way as the decrypt method, except that it requires the keys/unwrapKey permission instead of the keys/decrypt permission. Refer to the decrypt method's documentation for more information.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]