Class AsymmetricHybridCipherTest

    • 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)