Function thrussh_keys::encode_pkcs8_pem_encrypted[][src]

pub fn encode_pkcs8_pem_encrypted<W: Write>(
    key: &KeyPair,
    pass: &[u8],
    rounds: u32,
    w: W
) -> Result<(), Error>