You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
/// The key encryption key (KEK) unique identifier.
45
-
/// If provided, all encryption is done client side. The KEK is first exported locally and is used in the KEM to encapsulates the ephemeral Data Encryption Key (DEK).
46
-
/// This KEK has been created in KMS and provides the Key Encapsulation Mechanism (KEM) parameters such as algorithm and mode.
47
-
/// KEM supported are:
45
+
/// If provided, all encryption is done client side. The KEK is first
46
+
/// exported locally and is used in the KEM to encapsulates the ephemeral
47
+
/// Data Encryption Key (DEK). This KEK has been created in KMS and
48
+
/// provides the Key Encapsulation Mechanism (KEM) parameters such as
0 commit comments