pub(crate) fn encrypt( normalized_algorithm: &SubtleRsaOaepParams, key: &CryptoKey, plaintext: &[u8], ) -> Result<Vec<u8>, Error>
https://w3c.github.io/webcrypto/#rsa-oaep-operations-encrypt