![](http://www.gnu-darwin.org/hexley-gd-sm.png)
|
Bouncy Castle Cryptography 1.11 API Specification: Class KeyStoreTest
org.bouncycastle.jce.provider.test
Class KeyStoreTest
java.lang.Object
|
+--org.bouncycastle.jce.provider.test.KeyStoreTest
- All Implemented Interfaces:
- Test
- public class KeyStoreTest
- extends java.lang.Object
- implements Test
Exercise the various key stores, making sure we at least get back what we put in!
This tests both the JKS, and the UBER key store.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyStoreTest
public KeyStoreTest()
keyStoreTest
public TestResult keyStoreTest(java.lang.String storeName)
getName
public java.lang.String getName()
- Specified by:
getName in interface Test
perform
public TestResult perform()
- Specified by:
perform in interface Test
main
public static void main(java.lang.String[] args)
|