Class AsymmetricHybridCipherTest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.crypto.Cipher cipher
      the AsymmetricHybridCipher to use for the test
      protected java.security.KeyPairGenerator kpg
      the KeyPairGenerator to use for the test
      • Fields inherited from class org.bouncycastle.pqc.jcajce.provider.test.FlexiTest

        rand, sr
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void performEnDecryptionTest​(int numPassesKPG, int numPassesEncDec, int plainTextSize, java.security.spec.AlgorithmParameterSpec params)  
      • Methods inherited from class junit.framework.TestCase

        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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • kpg

        protected java.security.KeyPairGenerator kpg
        the KeyPairGenerator to use for the test
    • Constructor Detail

      • AsymmetricHybridCipherTest

        public AsymmetricHybridCipherTest()
    • Method Detail

      • performEnDecryptionTest

        protected final void performEnDecryptionTest​(int numPassesKPG,
                                                     int numPassesEncDec,
                                                     int plainTextSize,
                                                     java.security.spec.AlgorithmParameterSpec params)