public class KeyPairGenerator3Test
extends TestCase
Modifier and Type | Field and Description |
---|---|
static Provider |
validProvider |
Constructor and Description |
---|
KeyPairGenerator3Test() |
Modifier and Type | Method and Description |
---|---|
protected KeyPairGenerator[] |
createKPGen() |
void |
testGenKeyPair01()
Test for
generateKeyPair() and genKeyPair()
methods
Assertion: KeyPairGenerator was initialized before the invocation
of these methods |
void |
testGenKeyPair02()
Test for
generateKeyPair() and genKeyPair()
methods
Assertion: these methods are used without previously initialization |
void |
testKeyPairGeneratorConst()
Test for
KeyPairGenerator constructor
Assertion: returns KeyPairGenerator object |
public static Provider validProvider
protected KeyPairGenerator[] createKPGen()
public void testGenKeyPair01() throws NoSuchAlgorithmException, NoSuchProviderException, IllegalArgumentException
generateKeyPair()
and genKeyPair()
methods
Assertion: KeyPairGenerator was initialized before the invocation
of these methodspublic void testGenKeyPair02() throws NoSuchAlgorithmException, NoSuchProviderException, IllegalArgumentException
generateKeyPair()
and genKeyPair()
methods
Assertion: these methods are used without previously initializationpublic void testKeyPairGeneratorConst()
KeyPairGenerator
constructor
Assertion: returns KeyPairGenerator object