org.bouncycastle.jce.provider
Class JDKKeyStore.BouncyCastleStore
- JDKKeyStore
- BCKeyStore
public static class JDKKeyStore.BouncyCastleStore
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.
void | engineLoad(InputStream stream, char[] password)
|
void | engineStore(OutputStream stream, char[] password)
|
engineAliases , engineContainsAlias , engineDeleteEntry , engineGetCertificate , engineGetCertificateAlias , engineGetCertificateChain , engineGetCreationDate , engineGetKey , engineIsCertificateEntry , engineIsKeyEntry , engineLoad , engineSetCertificateEntry , engineSetKeyEntry , engineSetKeyEntry , engineSize , engineStore , isSameAs , loadStore , makePBECipher , saveStore , setRandom |
engineLoad
public void engineLoad(InputStream stream,
char[] password)
throws IOException
- engineLoad in interface JDKKeyStore
engineStore
public void engineStore(OutputStream stream,
char[] password)
throws IOException
- engineStore in interface JDKKeyStore