com.microsoft.azure.keyvault.cryptography
This package contains cryptographic functions and implementations of RSA and symmetric keys that conform with the IKey interface.
Classes
Algorithm |
Abstract base class for all Algorithm objects. |
|
AlgorithmResolver | ||
AsymmetricEncryptionAlgorithm |
Abstract base class for all asymmetric encryption algorithms. |
|
AsymmetricSignatureAlgorithm | ||
ByteExtensions | ||
EncryptionAlgorithm |
Abstract base class for all encryption algorithms. |
|
KeyWrapAlgorithm |
Abstract base class for all key wrap algorithms. |
|
RsaKey | ||
SignatureAlgorithm | ||
Strings | ||
SymmetricEncryptionAlgorithm |
Abstract base class for all symmetric encryption algorithms. |
|
SymmetricKey |
A simple symmetric key implementation |
Interfaces
IAuthenticatedCryptoTransform | ||
ICryptoTransform |
Defines the basic operations of cryptographic transformations. |
|
ISignatureTransform |