All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mit.Rijndael.Rijndael_Properties

java.lang.Object
   |
   +----mit.Rijndael.Rijndael_Properties

public class Rijndael_Properties
extends Object
This class acts as a central repository for an algorithm specific properties. It reads an (algorithm).properties file containing algorithm- specific properties. When using the AES-Kit, this (algorithm).properties file is located in the (algorithm).jar file produced by the "jarit" batch/ script command.

Copyright © 1997, 1998 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1 $


Constructor Index

 o Rijndael_Properties()

Method Index

 o getProperty(String)
Get the value of a property for this algorithm.
 o getProperty(String, String)
Get the value of a property for this algorithm, or return value if the property was not set.
 o list(PrintStream)
List algorithm properties to the PrintStream out.
 o list(PrintWriter)
List algorithm properties to the PrintWriter out.
 o propertyNames()

Constructors

 o Rijndael_Properties
 public Rijndael_Properties()

Methods

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

 o 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.

 o list
 public static void list(PrintStream out)
List algorithm properties to the PrintStream out.

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

 o propertyNames
 public static Enumeration propertyNames()

All Packages  Class Hierarchy  This Package  Previous  Next  Index