Class AsymmetricBlockCipherTest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.crypto.Cipher cipher  
      protected java.security.KeyPair keyPair  
      protected java.security.KeyPairGenerator kpg  
      protected java.security.PrivateKey privKey  
      protected java.security.PublicKey pubKey  
      • Fields inherited from class org.bouncycastle.pqc.jcajce.provider.test.FlexiTest

        rand, sr
    • Field Detail

      • cipher

        protected javax.crypto.Cipher cipher
      • keyPair

        protected java.security.KeyPair keyPair
      • pubKey

        protected java.security.PublicKey pubKey
      • privKey

        protected java.security.PrivateKey privKey
      • kpg

        protected java.security.KeyPairGenerator kpg
    • Constructor Detail

      • AsymmetricBlockCipherTest

        public AsymmetricBlockCipherTest()
    • Method Detail

      • performEnDecryptionTest

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