COM.claymoresystems.crypto
Class RandomStore

java.lang.Object
  extended by COM.claymoresystems.crypto.RandomStore

public class RandomStore
extends java.lang.Object


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

RandomStore

public RandomStore()
Method Detail

readRandomStore

public static java.security.SecureRandom readRandomStore(java.lang.String filename,
                                                         byte[] password)
                                                  throws java.io.FileNotFoundException,
                                                         java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

writeRandomStore

public static void writeRandomStore(java.lang.String filename,
                                    byte[] password,
                                    java.security.SecureRandom rnd)
                             throws java.io.FileNotFoundException,
                                    java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.