Cloud Keys 2020 Python Edition

Questions / Feedback?

wrap_key Method

Wraps a symmetric key.

Syntax

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

Remarks

This method wraps (i.e., encrypts) a symmetric key using the key specified by KeyName and the given Algorithm. The VersionId configuration setting can be used to target a specific key version.

This method functions exactly the same way as the encrypt method, except that it requires the keys/wrapKey permission instead of the keys/encrypt permission. Refer to the encrypt 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]