Class Rijndael_Properties

java.lang.Object
  |
  +--Rijndael_Properties

public class Rijndael_Properties
extends java.lang.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: $


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()