public class

KeyStoreTest

extends SimpleTest
java.lang.Object
   ↳ org.bouncycastle.util.test.SimpleTest
     ↳ org.bouncycastle.jce.provider.test.KeyStoreTest

Class Overview

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.

Summary

Public Constructors
KeyStoreTest()
Public Methods
void ecStoreTest(String storeName)
String getName()
void keyStoreTest(String storeName)
static void main(String[] args)
void performTest()
[Expand]
Inherited Methods
From class org.bouncycastle.util.test.SimpleTest
From class java.lang.Object
From interface org.bouncycastle.util.test.Test

Public Constructors

public KeyStoreTest ()

Public Methods

public void ecStoreTest (String storeName)

Throws
Exception

public String getName ()

public void keyStoreTest (String storeName)

Throws
Exception

public static void main (String[] args)

public void performTest ()

Throws
Exception