| 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.
|
| Class and Description |
|---|
| Algorithm
Abstract base class for all Algorithm objects.
|
| AlgorithmResolver |
| EcKey |
| EncryptionAlgorithm
Abstract base class for all encryption algorithms.
|
| ICryptoTransform
Defines the basic operations of cryptographic transformations.
|
| RsaKey |
| SignatureAlgorithm |
| Class and Description |
|---|
| Algorithm
Abstract base class for all Algorithm objects.
|
| AsymmetricEncryptionAlgorithm
Abstract base class for all asymmetric encryption algorithms.
|
| AsymmetricSignatureAlgorithm |
| EncryptionAlgorithm
Abstract base class for all encryption algorithms.
|
| ICryptoTransform
Defines the basic operations of cryptographic transformations.
|
| ISignatureTransform |
| KeyWrapAlgorithm
Abstract base class for all key wrap algorithms.
|
| SignatureAlgorithm |
| SymmetricEncryptionAlgorithm
Abstract base class for all symmetric encryption algorithms.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/