public class BCFKSStoreTest extends SimpleTest
| Constructor and Description |
|---|
BCFKSStoreTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
failOnWrongPasswordTest(java.lang.String storeName) |
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
void |
shouldCreateEmptyBCFKSNoPassword() |
void |
shouldCreateEmptyBCFKSPassword() |
void |
shouldFailOnRemovesOrOverwrite() |
void |
shouldFailOnWrongPassword() |
void |
shouldParseKWPKeyStore() |
void |
shouldRejectInconsistentKeys() |
void |
shouldStoreMultipleKeys() |
void |
shouldStoreOneCertificate() |
void |
shouldStoreOneCertificateWithDSASignature() |
void |
shouldStoreOneCertificateWithECDSASignature() |
void |
shouldStoreOneCertificateWithECDSASignatureAndCertificates() |
void |
shouldStoreOneCertificateWithRSASignature() |
void |
shouldStoreOneECKeyWithChain() |
void |
shouldStoreOnePrivateKey() |
void |
shouldStoreOnePrivateKeyWithChain() |
void |
shouldStoreOnePrivateKeyWithChainEdDSA() |
void |
shouldStoreOneSecretKey() |
void |
shouldStoreSecretKeys() |
void |
shouldWorkWithNullLoadStoreParameter() |
public void shouldCreateEmptyBCFKSNoPassword()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldCreateEmptyBCFKSPassword()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldWorkWithNullLoadStoreParameter()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneCertificate()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneCertificateWithECDSASignature()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneCertificateWithECDSASignatureAndCertificates()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneCertificateWithDSASignature()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreOneCertificateWithRSASignature()
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 shouldStoreOnePrivateKeyWithChainEdDSA()
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 shouldParseKWPKeyStore()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldStoreSecretKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldFailOnWrongPassword()
throws java.lang.Exception
java.lang.Exceptionpublic void failOnWrongPasswordTest(java.lang.String storeName)
throws java.lang.Exception
java.lang.Exceptionpublic void shouldFailOnRemovesOrOverwrite()
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)