public final class EncryptUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
This class can be called with "encrypt" password as the arguments where encrypt is a literal and password is
replaced with the clear text password to be encrypted.
|
public static void main(String[] args) throws Exception
args
- The arguments in the form "command" parm1, parm2.Exception
- If an error occurs.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.