public class Rijndael_Properties
extends java.lang.Object
Constructor and Description |
---|
Rijndael_Properties() |
Modifier and Type | Method and Description |
---|---|
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() |
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()