org.bouncycastle.jce.provider.test
Class KeyStoreTest
java.lang.Object
org.bouncycastle.jce.provider.test.KeyStoreTest
- org.bouncycastle.util.test.Test
public class KeyStoreTest
extends java.lang.Object
implements org.bouncycastle.util.test.Test
Exercise the various key stores, making sure we at least get back what we put in!
This tests both the BKS, and the UBER key store.
org.bouncycastle.util.test.TestResult | ecStoreTest(String storeName)
|
String | getName()
|
org.bouncycastle.util.test.TestResult | keyStoreTest(String storeName)
|
static void | main(String[] args)
|
org.bouncycastle.util.test.TestResult | perform()
|
ecStoreTest
public org.bouncycastle.util.test.TestResult ecStoreTest(String storeName)
getName
public String getName()
- getName in interface org.bouncycastle.util.test.Test
keyStoreTest
public org.bouncycastle.util.test.TestResult keyStoreTest(String storeName)
main
public static void main(String[] args)
perform
public org.bouncycastle.util.test.TestResult perform()
- perform in interface org.bouncycastle.util.test.Test