Crate bitwarden_user_crypto_management

Crate bitwarden_user_crypto_management 

Source
Expand description

§Bitwarden User Crypto Management

Contains operations to manage a user’s keys, decryption methods and data.

§User Key Rotation

Allows changing the user’s symmetric userkey, and re-encrypting the data protected by it.

Modules§

user_crypto_management_client 🔒
Client to manage the cryptographic machinery of a user account, including key-rotation

Structs§

UserCryptoManagementClient
Client for managing the cryptographic machinery of a user account, including key-rotation.

Constants§

UNIFFI_META_CONST_NAMESPACE_BITWARDEN_USER_CRYPTO_MANAGEMENT 🔒
Export namespace metadata.

Traits§

UserCryptoManagementClientExt
Extension trait to add the user-crypto-management client to the main Bitwarden SDK client.