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 |
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 shouldStoreOneCertificateWithECDSASignature() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOneCertificateWithECDSASignatureAndCertificates() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOneCertificateWithDSASignature() throws java.lang.Exception
java.lang.Exception
public void shouldStoreOneCertificateWithRSASignature() 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 shouldParseKWPKeyStore() throws java.lang.Exception
java.lang.Exception
public void shouldStoreSecretKeys() throws java.lang.Exception
java.lang.Exception
public void shouldFailOnWrongPassword() throws java.lang.Exception
java.lang.Exception
public void failOnWrongPasswordTest(java.lang.String storeName) throws java.lang.Exception
java.lang.Exception
public void shouldFailOnRemovesOrOverwrite() 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)