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

Create the Public structure for an RSA unrestricted signing key.

  • scheme - RSA scheme to be used for signing
  • key_bits - Size in bits of the decryption key
  • pub_exponent - Public exponent of the RSA key