Uses of Package
com.microsoft.azure.keyvault.cryptography
-
Packages that use com.microsoft.azure.keyvault.cryptography 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. -
Classes in com.microsoft.azure.keyvault.cryptography used by com.microsoft.azure.keyvault.cryptography Class 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 -
Classes in com.microsoft.azure.keyvault.cryptography used by com.microsoft.azure.keyvault.cryptography.algorithms Class 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.