Uses of Class
com.microsoft.azure.keyvault.cryptography.Algorithm
-
Packages that use Algorithm 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. -
-
Uses of Algorithm in com.microsoft.azure.keyvault.cryptography
Subclasses of Algorithm in com.microsoft.azure.keyvault.cryptography Modifier and Type Class Description classAsymmetricEncryptionAlgorithmAbstract base class for all asymmetric encryption algorithms.classAsymmetricSignatureAlgorithmclassEncryptionAlgorithmAbstract base class for all encryption algorithms.classKeyWrapAlgorithmAbstract base class for all key wrap algorithms.classSignatureAlgorithmclassSymmetricEncryptionAlgorithmAbstract base class for all symmetric encryption algorithms.Methods in com.microsoft.azure.keyvault.cryptography that return Algorithm Modifier and Type Method Description AlgorithmAlgorithmResolver. get(String algorithmName)Returns the implementation for an algorithm name.Methods in com.microsoft.azure.keyvault.cryptography with parameters of type Algorithm Modifier and Type Method Description voidAlgorithmResolver. put(String algorithmName, Algorithm provider)Add/Update a named algorithm implementation. -
Uses of Algorithm in com.microsoft.azure.keyvault.cryptography.algorithms
Subclasses of Algorithm in com.microsoft.azure.keyvault.cryptography.algorithms Modifier and Type Class Description classAes128CbcclassAes128CbcHmacSha256classAes192CbcclassAes192CbcHmacSha384classAes256CbcclassAes256CbcHmacSha512classAesCbcclassAesCbcHmacSha2classAesKwclassAesKw128classAesKw192classAesKw256classEcdsaclassEs256classEs256kclassEs384classEs512classRs256classRsa15classRsaEncryptionclassRsaOaepclassRsaSignature
-