pub(crate) fn export_key(
aes_algorithm: AesAlgorithm,
format: KeyFormat,
key: &CryptoKey,
) -> Result<ExportedKey, Error>Expand description
https://w3c.github.io/webcrypto/#aes-ctr-operations-export-key https://w3c.github.io/webcrypto/#aes-cbc-operations-export-key https://w3c.github.io/webcrypto/#aes-gcm-operations-export-key https://w3c.github.io/webcrypto/#aes-kw-operations-export-key https://wicg.github.io/webcrypto-modern-algos/#aes-ocb-operations-export-key