Class Sphincs256Test
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pqc.jcajce.provider.test.Sphincs256Test
-
public class Sphincs256Test extends TestCaseTest 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 voidsetUp()voidtestPrivateKeyRecovery()voidtestPublicKeyRecovery()voidtestSphincsDefaultKeyGen()voidtestSphincsDefaultSha2KeyGen()voidtestSphincsDefaultSha3KeyGen()voidtestSphincsRandomSigSHA2()voidtestSphincsRandomSigSHA3()voidtestSphincsSha2Signature()voidtestSphincsSha3Signature()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testSphincsDefaultKeyGen
public void testSphincsDefaultKeyGen() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPrivateKeyRecovery
public void testPrivateKeyRecovery() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPublicKeyRecovery
public void testPublicKeyRecovery() 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
-
testSphincsRandomSigSHA3
public void testSphincsRandomSigSHA3() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSphincsRandomSigSHA2
public void testSphincsRandomSigSHA2() throws java.lang.Exception- Throws:
java.lang.Exception
-
-