public abstract class AsymmetricHybridCipherTest extends FlexiTest
AsymmetricHybridCipher
s.Modifier and Type | Field and 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 and Description |
---|
AsymmetricHybridCipherTest() |
Modifier and Type | Method and 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