Java Globus API: Class DevRandomSeedGenerator

org.globus.security
Class DevRandomSeedGenerator

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

public class DevRandomSeedGenerator
extends iaik.security.random.SeedGenerator


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()
Overrides:
getSeed in class iaik.security.random.SeedGenerator

getStatus

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