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.Exceptionpublic void shouldCreateEmptyBCFKSPassword()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneCertificate()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOnePrivateKey()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOnePrivateKeyWithChain()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneECKeyWithChain()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldRejectInconsistentKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreMultipleKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreSecretKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneSecretKey()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getName()
getName in interface TestgetName in class SimpleTestpublic void performTest()
throws java.lang.Exception
performTest in class SimpleTestjava.lang.Exceptionpublic static void main(java.lang.String[] args)