public class SignerTest
extends TestCase
Modifier and Type | Class and Description |
---|---|
static class |
SignerTest.MySecurityManager |
Constructor and Description |
---|
SignerTest() |
Modifier and Type | Method and Description |
---|---|
void |
test_setKeyPairLjava_security_KeyPair()
java.security.Signer#setKeyPair(java.security.KeyPair)
|
void |
test_toString()
java.security.Signer#toString()
|
void |
testGetPrivateKey()
verify Signer.getPrivateKey() returns null or private key
|
void |
testSigner()
verify Signer() creates instance
|
void |
testSignerString()
verify Signer(String) creates instance
|
void |
testSignerStringIdentityScope()
verify Signer(String, IdentityScope) creates instance
|
public void test_toString() throws Exception
Exception
public void testSigner()
public void testSignerString() throws Exception
Exception
public void testSignerStringIdentityScope() throws Exception
Exception
public void testGetPrivateKey() throws Exception
Exception