LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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-24

Capabilities

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

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
azure
key-vault
java
cryptography
security
sdk
Create RSA EC and symmetric keys
Get list and update keys
Encrypt and decrypt data
Sign and verify data digests
Vault or Managed HSM URL
Azure authentication credentials
Key configuration options
Created or updated KeyVaultKey objects
Encrypted ciphertexts and decrypted plaintexts
Digital signatures and verification results