bitwarden_ssh::import

Function import_pkcs8_key

Source
fn import_pkcs8_key(
    encoded_key: String,
    password: Option<String>,
) -> Result<SshKey, SshKeyImportError>