DevRandomSeedGenerator (Java Globus API)

org.globus.security
Class DevRandomSeedGenerator

java.lang.Object
  |
  +--iaik.security.random.SeedGenerator
        |
        +--org.globus.security.DevRandomSeedGenerator

public class DevRandomSeedGenerator
extends iaik.security.random.SeedGenerator


Field Summary
 
Fields inherited from class iaik.security.random.SeedGenerator
seedGenListener
 
Constructor Summary
DevRandomSeedGenerator()
           
 
Method Summary
 byte[] getSeed()
           
 int[] getStatus()
           
 
Methods inherited from class iaik.security.random.SeedGenerator
callSeedGenListener, getDefault, getDefaultSeedGenerator, longToBytes, seedAvailable, setDefault, setDefaultSeedGenerator, setSeedGenListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevRandomSeedGenerator

public DevRandomSeedGenerator()
Method Detail

getSeed

public byte[] getSeed()
Specified by:
getSeed in class iaik.security.random.SeedGenerator

getStatus

public int[] getStatus()
Specified by:
getStatus in class iaik.security.random.SeedGenerator