Struct parsec_interface::operations::psa_export_public_key::Operation [−][src]
pub struct Operation {
pub key_name: String,
}Expand description
Native object for public key exporting operation.
Fields
key_name: Stringkey_name identifies the key for which the public
part will be exported. The specified key must be an asymmetric keypair.