com.opensymphony.module.random
Class Rijndael_Properties

java.lang.Object
  extended bycom.opensymphony.module.random.Rijndael_Properties

public class Rijndael_Properties
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 1.1.1.1 $
Author:
$author$

Constructor Summary
Rijndael_Properties()
           
 
Method Summary
static java.lang.String getProperty(java.lang.String key)
          Get the value of a property for this algorithm.
static java.lang.String getProperty(java.lang.String key, java.lang.String value)
          Get the value of a property for this algorithm, or return value if the property was not set.
static void list(java.io.PrintStream out)
          List algorithm properties to the PrintStream out.
static void list(java.io.PrintWriter out)
          List algorithm properties to the PrintWriter out.
static java.util.Enumeration propertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rijndael_Properties

public Rijndael_Properties()
Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)
Get the value of a property for this algorithm.


getProperty

public static java.lang.String getProperty(java.lang.String key,
                                           java.lang.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(java.io.PrintStream out)
List algorithm properties to the PrintStream out.


list

public static void list(java.io.PrintWriter out)
List algorithm properties to the PrintWriter out.


propertyNames

public static java.util.Enumeration propertyNames()

See www.opensymphony.com for more information.