org.bouncycastle.jce.provider.test

Class KeyStoreTest

Implemented Interfaces:
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.

Method Summary

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()

Method Details

ecStoreTest

public org.bouncycastle.util.test.TestResult ecStoreTest(String storeName)

getName

public String getName()
Specified by:
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()
Specified by:
perform in interface org.bouncycastle.util.test.Test