com.sun.mfwk.security.genkey
Class MfRandom

java.lang.Object
  extended bycom.sun.mfwk.security.genkey.MfRandom

public class MfRandom
extends java.lang.Object

Class to generate a random seed to pass to the certutil command through the -z flag. This is a main class which takes the seed size as unique parameter. If not specified, the seed size is 128.


Constructor Summary
MfRandom()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MfRandom

public MfRandom()
Method Detail

main

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