McElieceFujisakiCipherTest
, McElieceKobaraImaiCipherTest
, McEliecePointchevalCipherTest
public abstract class AsymmetricHybridCipherTest extends FlexiTest
AsymmetricHybridCipher
s.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, setUp
protected java.security.KeyPairGenerator kpg
KeyPairGenerator
to use for the testprotected javax.crypto.Cipher cipher
AsymmetricHybridCipher
to use for the test