org.glite.security.voms.utilities
Class RandomString

java.lang.Object
  extended byorg.glite.security.voms.utilities.RandomString

public class RandomString
extends java.lang.Object

A helper class for generating strings containing a sequence of random alphanumeric characters.


Constructor Summary
RandomString()
           
 
Method Summary
static java.lang.String getRandomString(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomString

public RandomString()
Method Detail

getRandomString

public static java.lang.String getRandomString(int length)