Azure Key Vault Keys (Java) Manage cryptographic keys and perform cryptographic operations in Azure Key Vault and Managed HSM. Installation Client Creation Key Types | Type | Description | |------|-------------| | | RSA key (2048, 3072, 4096 bits) | | | RSA key in HSM | | | Elliptic Curve key | | | Elliptic Curve key in HSM | | | Symmetric key (Managed HSM only) | | | Symmetric key in HSM | Create Keys Create RSA Key Create EC Key Create Symmetric Key (Managed HSM only) Get Key Update Key Properties List Keys Delete Key Cryptographic Operations Encrypt/Decrypt Sign/Verify Wrap/Unwrap Key Back…