azure-security-keyvault-keys-java Skill
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. Published by microsoft in skills.
What is azure-security-keyvault-keys-java Skill?
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. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use azure-security-keyvault-keys-java Skill
- Use it for security review.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-security-keyvault-keys-java/SKILL.md
What it does
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.
Skill instructions
Azure Key Vault Keys (Java) Manage cryptographic keys and perform cryptographic operations in Azure Key Vault and Managed HSM. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-security-keyvault-keys</artifactId <version4.9.0</version </dependency Client Creation java import com.azure.core.credential.TokenCredential; import com.azure.identity.AzureIdentityEnvVars; import com.azure.identity.DefaultAzureCredentialBuilder; import com.azure.identity.ManagedIdentityCredentialBuilder; import com.azure.security.keyvault.keys.KeyClient; import com.azure.security.keyvault.keys.KeyClientBuilder; import com.azure.security.keyvault.keys.cryptography.CryptographyClient; import com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential TokenCredential credential = new DefaultAzureCredentialBuilder() .requireEnvVars(AzureIdentityEnvVars.AZU
Explore related resources
Frequently asked questions
What is azure-security-keyvault-keys-java?
azure-security-keyvault-keys-java is a open-source AI agent skill with Copy skill directory. Azure Key Vault Keys Java SDK for cryptographic key management.
Who is azure-security-keyvault-keys-java best for?
azure-security-keyvault-keys-java is best for reusing agent instructions, scripts, and references, security review workflows.
How do I install azure-security-keyvault-keys-java?
Install or run azure-security-keyvault-keys-java using Copy skill directory. Check azure-security-keyvault-keys-java for the latest setup command.
Is azure-security-keyvault-keys-java actively maintained?
azure-security-keyvault-keys-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.