Serialized Form
|
Package org.apache.taglibs.random |
upper
long upper
- upper bound in which to search for a number defaults to 9
lower
long lower
- lower bound in which to search for a number defaults to 0
algorithm
java.lang.String algorithm
- the algorithm to use for a SecureRandom object
provider
java.lang.String provider
- the provider package to check for the algorithm
allchars
boolean allchars
- flag determines if all chars ar to be used
length
java.lang.Integer length
- length of random string defaults to 8
hmap
java.util.HashMap hmap
- list of all generated strings, list is stored at the application level
map
java.lang.String map
- Hashmap to check keys against to see if they have already been used
lower
java.util.ArrayList lower
- ArrayList for the lowerbound of the char sets
upper
java.util.ArrayList upper
- ArrayList for the upperbound of the char sets
single
char[] single
- ArrayL for the set of chars that aren't part of a range
singlecount
int singlecount
- counter for position in the array single
algorithm
java.lang.String algorithm
- the algorithm to use for a SecureRandom object
provider
java.lang.String provider
- the provider package to check for the algorithm
charset
java.lang.String charset
- the charset to use for generating the random string
Copyright © 2000-2004 The Apache Software Foundation. All Rights Reserved.