Bouncy Castle Cryptography Library 1.82

org.bouncycastle.pqc.crypto.test
Class SLHDSATest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.bouncycastle.pqc.crypto.test.SLHDSATest
All Implemented Interfaces:
junit.framework.Test

public class SLHDSATest
extends junit.framework.TestCase


Constructor Summary
SLHDSATest()
           
 
Method Summary
 void testBasicKeyGenerationSha2128sSimple()
           
 void testBasicKeyGenerationShake256128fSimpleSign()
           
 void testConsistency()
           
 void testKeyGen()
           
 void testKeyGenSingleFile()
           
 void testSigGen()
           
 void testSigGenSingleFile()
           
 void testSigVer()
           
 void testSigVerSingleFile()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SLHDSATest

public SLHDSATest()
Method Detail

testConsistency

public void testConsistency()

testKeyGenSingleFile

public void testKeyGenSingleFile()
                          throws java.io.IOException
Throws:
java.io.IOException

testSigGenSingleFile

public void testSigGenSingleFile()
                          throws java.io.IOException
Throws:
java.io.IOException

testSigVerSingleFile

public void testSigVerSingleFile()
                          throws java.io.IOException
Throws:
java.io.IOException

testKeyGen

public void testKeyGen()
                throws java.io.IOException
Throws:
java.io.IOException

testSigGen

public void testSigGen()
                throws java.io.IOException
Throws:
java.io.IOException

testSigVer

public void testSigVer()
                throws java.io.IOException
Throws:
java.io.IOException

testBasicKeyGenerationSha2128sSimple

public void testBasicKeyGenerationSha2128sSimple()

testBasicKeyGenerationShake256128fSimpleSign

public void testBasicKeyGenerationShake256128fSimpleSign()

Bouncy Castle Cryptography Library 1.82