Class XMSSUtilTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.bouncycastle.pqc.crypto.test.XMSSUtilTest
All Implemented Interfaces:
junit.framework.Test

public class XMSSUtilTest extends junit.framework.TestCase
Test cases for XMSSUtil class.
  • Constructor Details

    • XMSSUtilTest

      public XMSSUtilTest()
  • Method Details

    • testLog2

      public void testLog2()
    • testIntToBytesBigEndian

      public void testIntToBytesBigEndian()
    • testLongToBytesBigEndian

      public void testLongToBytesBigEndian()
    • testLongToBytesBigEndianOffsetException

      public void testLongToBytesBigEndianOffsetException()
    • testLongToBytesBigEndianOffset

      public void testLongToBytesBigEndianOffset()
    • testBytesToIntBigEndianException

      public void testBytesToIntBigEndianException()
    • testBytesToIntBigEndian

      public void testBytesToIntBigEndian()
    • testBytesToLongBigEndianException

      public void testBytesToLongBigEndianException()
    • testBytesToLongBigEndian

      public void testBytesToLongBigEndian()
    • testCalculateTau

      public void testCalculateTau()