Class Aes128Cbc
- java.lang.Object
-
- com.microsoft.azure.keyvault.cryptography.Algorithm
-
- com.microsoft.azure.keyvault.cryptography.EncryptionAlgorithm
-
- com.microsoft.azure.keyvault.cryptography.SymmetricEncryptionAlgorithm
-
- com.microsoft.azure.keyvault.cryptography.algorithms.AesCbc
-
- com.microsoft.azure.keyvault.cryptography.algorithms.Aes128Cbc
-
public class Aes128Cbc extends AesCbc
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALGORITHM_NAME
-
Constructor Summary
Constructors Constructor Description Aes128Cbc()
-
Method Summary
-
Methods inherited from class com.microsoft.azure.keyvault.cryptography.algorithms.AesCbc
CreateDecryptor, CreateDecryptor, CreateEncryptor, CreateEncryptor
-
-
-
-
Field Detail
-
ALGORITHM_NAME
public static final String ALGORITHM_NAME
- See Also:
- Constant Field Values
-
-