public class

PKCS12StoreTest

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

Class Overview

Exercise the various key stores, making sure we at least get back what we put in!

This tests both the PKCS12 key store.

Summary

Public Constructors
PKCS12StoreTest()
Public Methods
Certificate createCert(PublicKey pubKey, PrivateKey privKey, String issuerEmail, String subjectEmail)
we generate a self signed certificate for the sake of testing - RSA
String getName()
static void main(String[] args)
void performTest()
void testPKCS12Store()
[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 PKCS12StoreTest ()

Public Methods

public Certificate createCert (PublicKey pubKey, PrivateKey privKey, String issuerEmail, String subjectEmail)

we generate a self signed certificate for the sake of testing - RSA

Throws
Exception

public String getName ()

public static void main (String[] args)

public void performTest ()

Throws
Exception

public void testPKCS12Store ()

Throws
Exception