jar

com.microsoft.azure : azure-keyvault-cryptography

Maven & Gradle

Jan 25, 2022
9 usages
2.1k stars

Microsoft Azure SDK for Key Vault Cryptography · This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are: (1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys. (2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets. (3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates. It is recommended that you move to the new package.

Table Of Contents

Latest Version

Download com.microsoft.azure : azure-keyvault-cryptography JAR file - Latest Versions:

All Versions

Download com.microsoft.azure : azure-keyvault-cryptography JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.1
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window azure-keyvault-cryptography-1.2.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.azure.keyvault.cryptography

├─ com.microsoft.azure.keyvault.cryptography.Algorithm.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.AlgorithmResolver.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.Asn1DerSignatureEncoding.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.AsymmetricEncryptionAlgorithm.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.AsymmetricSignatureAlgorithm.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.ByteExtensions.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.EcKey.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.EncryptionAlgorithm.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.IAuthenticatedCryptoTransform.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.ICryptoTransform.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.ISignatureTransform.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.KeyWrapAlgorithm.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.RsaKey.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.SignatureAlgorithm.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.SignatureEncoding.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.Strings.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.SymmetricEncryptionAlgorithm.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.SymmetricKey.class - [JAR]

com.microsoft.azure.keyvault.cryptography.algorithms

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Aes128Cbc.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Aes128CbcHmacSha256.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Aes192Cbc.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Aes192CbcHmacSha384.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Aes256Cbc.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Aes256CbcHmacSha512.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.AesCbc.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.AesCbcHmacSha2.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.AesKw128.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.AesKw256.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Ecdsa.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Es256.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Es256k.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Es384.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Es512.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Rs256.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.Rsa15.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.RsaEncryption.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.RsaOaep.class - [JAR]

├─ com.microsoft.azure.keyvault.cryptography.algorithms.RsaSignature.class - [JAR]

Advertisement