Algorithm Class
- java.
lang. Object - com.
microsoft. azure. keyvault. cryptography. Algorithm
- com.
public class Algorithm
Abstract base class for all Algorithm objects.
Constructor Summary
Constructor | Description |
---|---|
Algorithm(String name) |
Constructor. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the algorithm. |
Constructor Details
Algorithm
protected Algorithm(String name)
Constructor.
Parameters:
name
- The name of the algorithm.
Method Details
getName
public String getName()
Gets the name of the algorithm.
Returns:
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