|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gregoire.util.crypto.Rijndael_Properties
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.
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 |
public Rijndael_Properties()
Method Detail |
public static java.lang.String getProperty(java.lang.String key)
public static java.lang.String getProperty(java.lang.String key, java.lang.String value)
public static void list(java.io.PrintStream out)
public static void list(java.io.PrintWriter out)
public static java.util.Enumeration propertyNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |