pub fn create_unrestricted_encryption_decryption_rsa_public(
    rsa_key_bits: RsaKeyBits,
    rsa_pub_exponent: RsaExponent
) -> Result<Public>
Expand description

Create the Public structure for an unrestricted encryption/decryption key.

  • symmetric - Cipher to be used for decrypting children of the key
  • key_bits - Size in bits of the decryption key
  • pub_exponent - Public exponent of the RSA key