Bouncy Castle Cryptography Library 1.66

org.bouncycastle.crypto.prng.test
Class X931TestVector

java.lang.Object
  extended byorg.bouncycastle.crypto.prng.test.X931TestVector

public class X931TestVector
extends java.lang.Object


Constructor Summary
X931TestVector(BlockCipher engine, EntropySourceProvider entropyProvider, java.lang.String key, java.lang.String dateTimeVector, boolean predictionResistant, java.lang.String[] expected)
           
 
Method Summary
 java.lang.String getDateTimeVector()
           
 BlockCipher getEngine()
           
 EntropySourceProvider getEntropyProvider()
           
 java.lang.String[] getExpected()
           
 java.lang.String getKey()
           
 boolean isPredictionResistant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X931TestVector

public X931TestVector(BlockCipher engine,
                      EntropySourceProvider entropyProvider,
                      java.lang.String key,
                      java.lang.String dateTimeVector,
                      boolean predictionResistant,
                      java.lang.String[] expected)
Method Detail

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()

Bouncy Castle Cryptography Library 1.66