Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<? super T>> |
Steganography.generateDict(java.lang.String[] uniqueDictionary,
java.text.CollationKey[] inverseDictionary,
java.lang.String[] masterDictionary,
java.util.Comparator<T> c,
ISAACRandomGenerator engine)
Generates the unique dictionary and it's inverse dictionary as a subset of the
master dictionary given the random generator engine.
|