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.