pub fn dangerous_get_v2_rotated_account_keys<Ids: KeyIds>(
current_user_private_key_id: Ids::Private,
current_user_signing_key_id: Ids::Signing,
ctx: &KeyStoreContext<'_, Ids>,
) -> Result<RotatedUserKeys, CryptoError>👎Deprecated: Use AccountCryptographicState::rotate instead
Expand description
Generates a new user key and re-encrypts the current private and signing keys with it.