Bouncy Castle Cryptography Library 1.37

org.bouncycastle.jce.provider.test
Class KeyStoreTest

java.lang.Object
  extended by 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 BKS, and the UBER key store.


Constructor Summary
KeyStoreTest()
           
 
Method Summary
 TestResult ecStoreTest(java.lang.String storeName)
           
 java.lang.String getName()
           
 TestResult keyStoreTest(java.lang.String storeName)
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreTest

public KeyStoreTest()
Method Detail

ecStoreTest

public TestResult ecStoreTest(java.lang.String storeName)

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)

Bouncy Castle Cryptography Library 1.37