Class SphincsPlusTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.bouncycastle.pqc.jcajce.provider.test.SphincsPlusTest
All Implemented Interfaces:
junit.framework.Test

public class SphincsPlusTest extends junit.framework.TestCase
Test cases for the use of SPHINCS+ with the BCPQC provider.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    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

    • SphincsPlusTest

      public SphincsPlusTest()
  • Method Details

    • setUp

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

      public void testPrivateKeyRecovery() throws Exception
      Throws:
      Exception
    • testPublicKeyRecovery

      public void testPublicKeyRecovery() throws Exception
      Throws:
      Exception
    • testSphincsRandomSigSHA2

      public void testSphincsRandomSigSHA2() throws Exception
      Throws:
      Exception
    • testSphincsDeterministicSigSHA2

      public void testSphincsDeterministicSigSHA2() throws Exception
      Throws:
      Exception
    • testSphincsRandomSigSHAKE

      public void testSphincsRandomSigSHAKE() throws Exception
      Throws:
      Exception