org.bouncycastle.jce.provider.test
Class PSSTest.FixedRandom

java.lang.Object
  extended by java.util.Random
      extended by java.security.SecureRandom
          extended by org.bouncycastle.jce.provider.test.PSSTest.FixedRandom
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PSSTest

private class PSSTest.FixedRandom
extends java.security.SecureRandom


Field Summary
(package private)  byte[] vals
           
 
Constructor Summary
PSSTest.FixedRandom(byte[] vals)
           
 
Method Summary
 void nextBytes(byte[] bytes)
           
 
Methods inherited from class java.security.SecureRandom
generateSeed, getAlgorithm, getInstance, getInstance, getInstance, getProvider, getSeed, next, setSeed, setSeed
 
Methods inherited from class java.util.Random
nextBoolean, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vals

byte[] vals
Constructor Detail

PSSTest.FixedRandom

PSSTest.FixedRandom(byte[] vals)
Method Detail

nextBytes

public void nextBytes(byte[] bytes)
Overrides:
nextBytes in class java.security.SecureRandom