Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.util.test
Class FixedSecureRandom.Data

java.lang.Object
  |
  +--org.bouncycastle.util.test.FixedSecureRandom.Source
        |
        +--org.bouncycastle.util.test.FixedSecureRandom.Data
Enclosing class:
FixedSecureRandom

public static class FixedSecureRandom.Data
extends FixedSecureRandom.Source

Data Source - in this case we just expect requests for byte arrays.


Constructor Summary
FixedSecureRandom.Data(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedSecureRandom.Data

public FixedSecureRandom.Data(byte[] data)

Bouncy Castle Cryptography Library 1.77.0