Function export_pkcs8_der_key

Source
pub fn export_pkcs8_der_key(
    private_key: &str,
) -> Result<Vec<u8>, SshKeyExportError>
Expand description

Convert an OpenSSH private key to PKCS#8 DER format

This is primarily used for exporting SSH keys to other credential managers using Credential Exchange.