Bouncy Castle Cryptography Library 1.71

org.bouncycastle.pqc.crypto.test
Class CMCEVectorTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.bouncycastle.pqc.crypto.test.CMCEVectorTest
All Implemented Interfaces:
junit.framework.Test

public class CMCEVectorTest
extends junit.framework.TestCase


Constructor Summary
CMCEVectorTest()
           
 
Method Summary
 void testParameters()
           
 void testVectors()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMCEVectorTest

public CMCEVectorTest()
Method Detail

testParameters

public void testParameters()
                    throws java.lang.Exception

testVectors

public void testVectors()
                 throws java.lang.Exception

Bouncy Castle Cryptography Library 1.71