public static class

JDKKeyStore.BouncyCastleStore

extends JDKKeyStore
java.lang.Object
   ↳ java.security.KeyStoreSpi
     ↳ org.bouncycastle.jce.provider.JDKKeyStore
       ↳ org.bouncycastle.jce.provider.JDKKeyStore.BouncyCastleStore

Class Overview

the BouncyCastle store. This wont work with the key tool as the store is stored encrypteed on disk, so the password is mandatory, however if you hard drive is in a bad part of town and you absolutely, positively, don't want nobody peeking at your things, this is the one to use, no problem! After all in a Bouncy Castle nothing can touch you. Also referred to by the alias UBER.

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.jce.provider.JDKKeyStore
Public Constructors
JDKKeyStore.BouncyCastleStore()
Public Methods
void engineLoad(InputStream stream, char[] password)
void engineStore(OutputStream stream, char[] password)
[Expand]
Inherited Methods
From class org.bouncycastle.jce.provider.JDKKeyStore
From class java.security.KeyStoreSpi
From class java.lang.Object
From interface org.bouncycastle.jce.interfaces.BCKeyStore

Public Constructors

public JDKKeyStore.BouncyCastleStore ()

Public Methods

public void engineLoad (InputStream stream, char[] password)

Throws
IOException

public void engineStore (OutputStream stream, char[] password)

Throws
IOException