pub fn list_recipients(
vault: &Vault,
secret_key: Option<&str>,
) -> Vec<RecipientEntry>Expand description
List all recipients in the vault with optional name resolution.
If secret_key is provided, decrypts meta to resolve display names
and marks which recipient corresponds to the caller’s key.