pub fn create_unrestricted_signing_rsa_public_with_unique(
    scheme: RsaScheme,
    rsa_key_bits: RsaKeyBits,
    rsa_pub_exponent: RsaExponent,
    rsa_public_key: PublicKeyRsa
) -> 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
  • rsa_public_key - The public part of the RSA key that is going to be used as unique identifier.