| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.cryptography |
This package contains cryptographic functions and implementations
of RSA and symmetric keys that conform with the IKey interface.
|
| com.microsoft.azure.keyvault.cryptography.algorithms |
This package contains cryptographic functions and implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricEncryptionAlgorithm
Abstract base class for all asymmetric encryption algorithms.
|
class |
SymmetricEncryptionAlgorithm
Abstract base class for all symmetric encryption algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Aes128Cbc |
class |
Aes128CbcHmacSha256 |
class |
Aes192Cbc |
class |
Aes192CbcHmacSha384 |
class |
Aes256Cbc |
class |
Aes256CbcHmacSha512 |
class |
AesCbc |
class |
AesCbcHmacSha2 |
class |
Rsa15 |
class |
RsaEncryption |
class |
RsaOaep |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/