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 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java