|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchapter2.Utils
chapter3.Utils
chapter4.Utils
public class Utils
Utility class for chapter 4 examples
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static java.security.SecureRandom |
createFixedRandom()
Return a SecureRandom which produces the same value. |
Methods inherited from class chapter3.Utils |
---|
createCtrIvForAES, createKeyForAES, toByteArray, toString, toString |
Methods inherited from class chapter2.Utils |
---|
toHex, toHex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static java.security.SecureRandom createFixedRandom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |