Struct parsec_interface::operations::psa_export_public_key::Result
source · pub struct Result {
pub data: Zeroizing<Vec<u8>>,
}
Expand description
Native object for result of public key export operation.
Fields§
§data: Zeroizing<Vec<u8>>
data
holds the bytes defining the public key, formatted as specified
by the provider for which the request was made.