|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jcetaglib.lib.Seed
Create SecureRandom seed from different sources
Constructor Summary | |
Seed()
|
Method Summary | |
static java.security.SecureRandom |
getSecureRandom(byte[] seed)
Create and seed SecureRandom (from optional seed, random file or self-seed) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Seed()
Method Detail |
public static java.security.SecureRandom getSecureRandom(byte[] seed) throws CryptoException
seed
- optional seed
CryptoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |