Google

Bouncy Castle Cryptography 1.11 API Specification: Class KeyStoreTest
Bouncy Castle Cryptography 1.11

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.


Constructor Summary
KeyStoreTest()
           
 
Method Summary
 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

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 1.11