org.bouncycastle.crypto.prng.test
Class X931TestVector
java.lang.Object
org.bouncycastle.crypto.prng.test.X931TestVector
- public class X931TestVector
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X931TestVector
public X931TestVector(BlockCipher engine,
EntropySourceProvider entropyProvider,
java.lang.String key,
java.lang.String dateTimeVector,
boolean predictionResistant,
java.lang.String[] expected)
getDateTimeVector
public java.lang.String getDateTimeVector()
getEngine
public BlockCipher getEngine()
getEntropyProvider
public EntropySourceProvider getEntropyProvider()
getExpected
public java.lang.String[] getExpected()
getKey
public java.lang.String getKey()
isPredictionResistant
public boolean isPredictionResistant()