com.sun.mfwk.security.gendisckey
Class gendisckey

java.lang.Object
  extended bycom.sun.mfwk.security.gendisckey.gendisckey

public class gendisckey
extends java.lang.Object

Key generator for fmwk discovery security.
This application can generate a random key for the discovery protocol security mechanism.

Author:
ooudghir

Constructor Summary
gendisckey()
          This is the main method which does the job.
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

gendisckey

public gendisckey()
This is the main method which does the job.

Method Detail

main

public static void main(java.lang.String[] args)
Main method.

Parameters:
args - One command line parameter: the name of the ouptut file where the generated key is stored.