Function tss_esapi::utils::create_restricted_decryption_rsa_public
source · pub fn create_restricted_decryption_rsa_public(
symmetric: SymmetricDefinitionObject,
rsa_key_bits: RsaKeyBits,
rsa_pub_exponent: RsaExponent
) -> Result<Public>
Expand description
Create the Public structure for a restricted decryption key.
symmetric
- Cipher to be used for decrypting children of the keykey_bits
- Size in bits of the decryption keypub_exponent
- Public exponent of the RSA key