Class CompositeKeyTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.bouncycastle.openssl.test.CompositeKeyTest
All Implemented Interfaces:
junit.framework.Test

public class CompositeKeyTest extends junit.framework.TestCase
Tests from: https://datatracker.ietf.org/doc/draft-ounsworth-pq-composite-keys/
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
     
    void
     

    Methods inherited from class junit.framework.TestCase

    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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CompositeKeyTest

      public CompositeKeyTest()
  • Method Details

    • setUp

      public void setUp()
      Overrides:
      setUp in class junit.framework.TestCase
    • testGenericCompositeKey

      public void testGenericCompositeKey() throws Exception
      Throws:
      Exception
    • testExplicitCompositeKey

      public void testExplicitCompositeKey() throws Exception
      Throws:
      Exception
    • testRSAAndECCompositeGen

      public void testRSAAndECCompositeGen() throws Exception
      Throws:
      Exception
    • testRSAAndECCompositeSignedDataGen

      public void testRSAAndECCompositeSignedDataGen() throws Exception
      Throws:
      Exception