public final class JasyptStringDigestCLI
extends java.lang.Object
This class supports the CLI "digest" operation.
It should NEVER be used inside your code, only from the supplied command-line tools.
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String[][] |
VALID_OPTIONAL_ARGUMENTS |
private static java.lang.String[][] |
VALID_REQUIRED_ARGUMENTS |
| Modifier | Constructor and Description |
|---|---|
private |
JasyptStringDigestCLI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
CLI execution method.
|