import_key_from_key_data

Function import_key_from_key_data 

Source
pub(crate) fn import_key_from_key_data(
    aes_algorithm: AesAlgorithm,
    format: KeyFormat,
    key_data: &[u8],
    extractable: bool,
    usages: &[KeyUsage],
) -> Result<Vec<u8>, Error>
Expand description