McElieceFujisakiCipherTest, McElieceKobaraImaiCipherTest, McEliecePointchevalCipherTestpublic abstract class AsymmetricHybridCipherTest extends FlexiTest
AsymmetricHybridCiphers.| 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 |
| Constructor | Description |
|---|---|
AsymmetricHybridCipherTest() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
performEnDecryptionTest(int numPassesKPG,
int numPassesEncDec,
int plainTextSize,
java.security.spec.AlgorithmParameterSpec params) |
assertEquals, assertEquals, assertEquals, assertEquals, fail, setUpprotected java.security.KeyPairGenerator kpg
KeyPairGenerator to use for the testprotected javax.crypto.Cipher cipher
AsymmetricHybridCipher to use for the test