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 $
-
Rijndael_Properties()
-
-
getProperty(String)
- Get the value of a property for this algorithm.
-
getProperty(String, String)
- Get the value of a property for this algorithm, or return
value if the property was not set.
-
list(PrintStream)
- List algorithm properties to the PrintStream out.
-
list(PrintWriter)
- List algorithm properties to the PrintWriter out.
-
propertyNames()
-
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()
All Packages Class Hierarchy This Package Previous Next Index