org.jasypt.intf.cli
Class JasyptStringDigestCLI

Object
  extended by org.jasypt.intf.cli.JasyptStringDigestCLI

public final class JasyptStringDigestCLI
extends Object

This class supports the CLI "digest" operation.

It should NEVER be used inside your code, only from the supplied command-line tools.

Since:
1.4
Author:
Daniel Fernández

Method Summary
static void main(String[] args)
           CLI execution method.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)

CLI execution method.

Parameters:
args - the command execution arguments


Copyright © 2011 The JASYPT team. All Rights Reserved.