public class ECKeyTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ECKey |
expKey |
private ECPrivateKeyParameters |
expPriKey |
private ECPublicKeyParameters |
expPubKey |
private ECKeyParam |
param |
Constructor and Description |
---|
ECKeyTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
uniqueECKeys()
Test that multiple subsequent elliptic curve keypairs created using the
same domain parameters have unique private and public keys and are therefore
random
TODO: This test is pretty poor at testing the actual cryptographic security...
|
private ECKeyParam param
private ECKey expKey
private ECPublicKeyParameters expPubKey
private ECPrivateKeyParameters expPriKey
public void setUp() throws java.lang.Exception
java.lang.Exception
public void uniqueECKeys()