EncryptionAlgorithm Class
- java.
lang. Object - Algorithm
- com.
microsoft. azure. keyvault. cryptography. EncryptionAlgorithm
- com.
public class EncryptionAlgorithm extends Algorithm
Abstract base class for all encryption algorithms.
Constructor Summary
Constructor | Description |
---|---|
EncryptionAlgorithm(String name) |
Constructor. |
Inherited Members
Constructor Details
EncryptionAlgorithm
protected EncryptionAlgorithm(String name)
Constructor.
Parameters:
name
- The name of the algorithm.
Applies to
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