org.bouncycastle.jce.provider

Class JDKKeyStore.BouncyCastleStore

public static class JDKKeyStore.BouncyCastleStore extends JDKKeyStore

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.
Method Summary
voidengineLoad(InputStream stream, char[] password)
voidengineStore(OutputStream stream, char[] password)

Method Detail

engineLoad

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

engineStore

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