·azure-security-keyvault-keys-java
!

azure-security-keyvault-keys-java

microsoft/agent-skills

Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify operations, or working with HSM-backed keys.

1Installs·0Trend·@microsoft

Installation

$npx skills add https://github.com/microsoft/agent-skills --skill azure-security-keyvault-keys-java

SKILL.md

Manage cryptographic keys and perform cryptographic operations in Azure Key Vault and Managed HSM.

| RSA | RSA key (2048, 3072, 4096 bits) | | RSAHSM | RSA key in HSM | | EC | Elliptic Curve key | | ECHSM | Elliptic Curve key in HSM | | OCT | Symmetric key (Managed HSM only) | | OCTHSM | Symmetric key in HSM |

| RSA15 | RSA | RSAES-PKCS1-v15 | | RSAOAEP | RSA | RSAES with OAEP (recommended) | | RSAOAEP256 | RSA | RSAES with OAEP using SHA-256 | | A128GCM | OCT | AES-GCM 128-bit | | A256GCM | OCT | AES-GCM 256-bit | | A128CBC | OCT | AES-CBC 128-bit | | A256CBC | OCT | AES-CBC 256-bit |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/microsoft/agent-skills --skill azure-security-keyvault-keys-java
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is azure-security-keyvault-keys-java?

Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify operations, or working with HSM-backed keys. Source: microsoft/agent-skills.

How do I install azure-security-keyvault-keys-java?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/microsoft/agent-skills --skill azure-security-keyvault-keys-java Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/microsoft/agent-skills