public class KeyPairGenerator4Test
extends junit.framework.TestCase
Constructor and Description |
---|
KeyPairGenerator4Test() |
Modifier and Type | Method and Description |
---|---|
void |
test_genKeyPair()
java.security.KeyPairGenerator#genKeyPair()
|
void |
test_getAlgorithm()
java.security.KeyPairGenerator#getAlgorithm()
|
void |
test_getInstanceLjava_lang_String()
java.security.KeyPairGenerator#getInstance(java.lang.String)
|
void |
test_getInstanceLjava_lang_StringLjava_lang_String()
java.security.KeyPairGenerator#getInstance(java.lang.String,
java.lang.String)
|
void |
test_getProvider()
java.security.KeyPairGenerator#getProvider()
|
void |
test_initializeI()
java.security.KeyPairGenerator#initialize(int)
|
void |
test_initializeILjava_security_SecureRandom()
java.security.KeyPairGenerator#initialize(int,
java.security.SecureRandom)
|
void |
test_initializeLjava_security_spec_AlgorithmParameterSpec()
java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec)
|
void |
test_initializeLjava_security_spec_AlgorithmParameterSpecLjava_security_SecureRandom()
java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec,
java.security.SecureRandom)
|
public void test_genKeyPair() throws Exception
Exception
public void test_getAlgorithm() throws Exception
Exception
public void test_getInstanceLjava_lang_String() throws Exception
Exception
public void test_getInstanceLjava_lang_StringLjava_lang_String() throws Exception
Exception
public void test_getProvider() throws Exception
Exception
public void test_initializeI() throws Exception
Exception
public void test_initializeILjava_security_SecureRandom() throws Exception
Exception
public void test_initializeLjava_security_spec_AlgorithmParameterSpec() throws Exception
Exception
public void test_initializeLjava_security_spec_AlgorithmParameterSpecLjava_security_SecureRandom() throws Exception
Exception