public class BCFKSStoreTest extends SimpleTest
Constructor and Description |
---|
BCFKSStoreTest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
void |
shouldCreateEmptyBCFKSNoPassword() |
void |
shouldCreateEmptyBCFKSPassword() |
void |
shouldRejectInconsistentKeys() |
void |
shouldStoreMultipleKeys() |
void |
shouldStoreOneCertificate() |
void |
shouldStoreOneECKeyWithChain() |
void |
shouldStoreOnePrivateKey() |
void |
shouldStoreOnePrivateKeyWithChain() |
void |
shouldStoreOneSecretKey() |
void |
shouldStoreSecretKeys() |
public void shouldCreateEmptyBCFKSNoPassword() throws java.lang.Exception
java.lang.Exception
public void shouldCreateEmptyBCFKSPassword() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOneCertificate() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOnePrivateKey() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOnePrivateKeyWithChain() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOneECKeyWithChain() throws java.lang.Exception
java.lang.Exception
public void shouldRejectInconsistentKeys() throws java.lang.Exception
java.lang.Exception
public void shouldStoreMultipleKeys() throws java.lang.Exception
java.lang.Exception
public void shouldStoreSecretKeys() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOneSecretKey() throws java.lang.Exception
java.lang.Exception
public java.lang.String getName()
getName
in interface Test
getName
in class SimpleTest
public void performTest() throws java.lang.Exception
performTest
in class SimpleTest
java.lang.Exception
public static void main(java.lang.String[] args)