Class ChangePassPhrase

java.lang.Object
org.globus.tools.ChangePassPhrase

public class ChangePassPhrase extends Object
Changes the Passphrase.
 Syntax: java ChangePassPhrase [-help] [-version] [-file private_key_file]
 Changes the passphrase that protects the private key. If the -file
 argument is not given, the default location of the file containing
 the private key is assumed:
   --  Config.getUserKeyFile()
 Options
   -help, -usage                Display usage
   -version                     Display version
   -file location               Change passphrase on key stored in the
                                file at the non-standard
                                location 'location';
 
  • Field Details

    • message

      private static String message
  • Constructor Details

    • ChangePassPhrase

      public ChangePassPhrase()
  • Method Details