Expand description
RSA-OAEP key management algorithm for JWE.
Implements RSA-OAEP (RSA with OAEP using SHA-1).
Note: RSA-OAEP-256 (with SHA-256) is not currently supported because the underlying boring/superboring crates do not expose the API to specify the OAEP hash function.
Structsยง
- RsaOaep
Decryption Key - RSA key pair for decryption (RSA-OAEP with SHA-1).
- RsaOaep
Encryption Key - RSA public key for encryption (RSA-OAEP with SHA-1).