Class EncryptionAlgorithm
- java.lang.Object
-
- com.microsoft.azure.keyvault.cryptography.Algorithm
-
- com.microsoft.azure.keyvault.cryptography.EncryptionAlgorithm
-
- Direct Known Subclasses:
AsymmetricEncryptionAlgorithm
,SymmetricEncryptionAlgorithm
public abstract class EncryptionAlgorithm extends Algorithm
Abstract base class for all encryption algorithms.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EncryptionAlgorithm(String name)
Constructor.
-
-
-
Constructor Detail
-
EncryptionAlgorithm
protected EncryptionAlgorithm(String name)
Constructor.- Parameters:
name
- The name of the algorithm.
-
-