pub fn current_user_key_name() -> String
Expand description

Returns the name of the current private key file.

The value of the CYLINDER_KEY_NAME environment variable will be returned if it exists and is is valid unicode. If the value of the CYLINDER_KEY_NAME environment variable is not valid unicode or is not set, the current user’s username will be returned.