com.opensymphony.module.random
Class Rijndael_Properties
java.lang.Object
com.opensymphony.module.random.Rijndael_Properties
public class Rijndael_Properties - extends Object
DOCUMENT ME!
- Version:
- $Revision: 131 $
- Author:
- $author$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rijndael_Properties
public Rijndael_Properties()
getProperty
public static String getProperty(String key)
- Get the value of a property for this algorithm.
getProperty
public static String getProperty(String key,
String value)
- Get the value of a property for this algorithm, or return
value if the property was not set.
list
public static void list(PrintStream out)
- List algorithm properties to the PrintStream out.
list
public static void list(PrintWriter out)
- List algorithm properties to the PrintWriter out.
propertyNames
public static Enumeration propertyNames()
|