Expand description
Functionality for re-encrypting account cryptographic state during user key rotation.
Functionsยง
- account_
cryptographic_ ๐state_ to_ wrapped_ model - Converts a rotated account cryptographic state to a wrapped model for the request. This function fails and logs an error via tracing if the passed keys are invalid, or if the account cryptographic state is malformed.
- rotate_
account_ ๐cryptographic_ state - rotate_
account_ ๐cryptographic_ state_ to_ request_ model - Rotates an account cryptographic state and upgrades it to V2 if necessary. This function fails and logs an error via tracing if the passed keys are invalid, or if the account cryptographic state is malformed.