azure-security-keyvault-keys-java - Azure Key Vault Keys SDK for Java
Provides Java SDK APIs to manage cryptographic keys and perform encryption, decryption, signing, verification, and rotation in Azure Key Vault.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create RSA EC and symmetric keys
- Get list and update keys
- Encrypt and decrypt data
- Sign and verify data digests
- Wrap and unwrap encryption keys
- Back up and restore keys
- Rotate keys and set policies
- Import external key material
- Delete purge and recover keys
Inputs
- Vault or Managed HSM URL
- Azure authentication credentials
- Key configuration options
- Data and digests for cryptography
- Key backup blob data
Outputs
- Created or updated KeyVaultKey objects
- Encrypted ciphertexts and decrypted plaintexts
- Digital signatures and verification results
- Wrapped and unwrapped key bytes
- Key backup files
Requirements
- Java runtime environment
- azure-security-keyvault-keys package
- Azure Key Vault access permissions
