Package org.jasypt.intf.cli
Class AlgorithmRegistryCLI
- java.lang.Object
-
- org.jasypt.intf.cli.AlgorithmRegistryCLI
-
public final class AlgorithmRegistryCLI extends java.lang.Object
This class supports the CLI "listAlgorithms" operation.
It should NEVER be used inside your code, only from the supplied command-line tools.
- Since:
- 1.7
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AlgorithmRegistryCLI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
CLI execution method.
-