|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.claymoresystems.crypto.RandomStore
public class RandomStore
Constructor Summary | |
---|---|
RandomStore()
|
Method Summary | |
---|---|
static java.security.SecureRandom |
readRandomStore(java.lang.String filename,
byte[] password)
|
static void |
writeRandomStore(java.lang.String filename,
byte[] password,
java.security.SecureRandom rnd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomStore()
Method Detail |
---|
public static java.security.SecureRandom readRandomStore(java.lang.String filename, byte[] password) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public static void writeRandomStore(java.lang.String filename, byte[] password, java.security.SecureRandom rnd) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |