Class Sphincs256Test
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pqc.jcajce.provider.test.Sphincs256Test
-
public class Sphincs256Test extends TestCase
Test cases for the use of SPHINCS-256 with the BCPQC provider.
-
-
Constructor Summary
Constructors Constructor Description Sphincs256Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testSphincsDefaultKeyGen()
void
testSphincsDefaultSha2KeyGen()
void
testSphincsDefaultSha3KeyGen()
void
testSphincsSha2Signature()
void
testSphincsSha3Signature()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testSphincsDefaultKeyGen
public void testSphincsDefaultKeyGen() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSphincsDefaultSha2KeyGen
public void testSphincsDefaultSha2KeyGen() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSphincsDefaultSha3KeyGen
public void testSphincsDefaultSha3KeyGen() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSphincsSha2Signature
public void testSphincsSha2Signature() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSphincsSha3Signature
public void testSphincsSha3Signature() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-