Class Sphincs256Test

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

public class Sphincs256Test extends junit.framework.TestCase
Test cases for the use of SPHINCS-256 with the BCPQC provider.
  • Constructor Details

    • Sphincs256Test

      public Sphincs256Test()
  • Method Details

    • setUp

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

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

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

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

      public void testSphincsDefaultSha2KeyGen() throws Exception
      Throws:
      Exception
    • testSphincsDefaultSha3KeyGen

      public void testSphincsDefaultSha3KeyGen() throws Exception
      Throws:
      Exception
    • testSphincsSha2Signature

      public void testSphincsSha2Signature() throws Exception
      Throws:
      Exception
    • testSphincsSha3Signature

      public void testSphincsSha3Signature() throws Exception
      Throws:
      Exception
    • testSphincsRandomSigSHA3

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

      public void testSphincsRandomSigSHA2() throws Exception
      Throws:
      Exception