org.bouncycastle.jce.provider.test

Class KeyStoreTest

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.

Method Summary

TestResult
ecStoreTest(String storeName)
String
getName()
TestResult
keyStoreTest(String storeName)
static void
main(String[] args)
TestResult
perform()

Method Details

ecStoreTest

public TestResult ecStoreTest(String storeName)

getName

public String getName()
Specified by:
getName in interface Test

keyStoreTest

public TestResult keyStoreTest(String storeName)

main

public static void main(String[] args)

perform

public TestResult perform()
Specified by:
perform in interface Test