Uses of Class
com.aducid.sdk.enums.AlgorithmName
| Package | Description | 
|---|---|
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
- 
Uses of AlgorithmName in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return AlgorithmName Modifier and Type Method Description static AlgorithmNameAlgorithmName. create(java.lang.String text)Creates enumeration from value.static AlgorithmNameAlgorithmName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlgorithmName[]AlgorithmName. values()Returns an array containing the constants of this enum type, in the order they are declared.