public static class JDKKeyStore.BouncyCastleStore extends JDKKeyStore
JDKKeyStore.BouncyCastleStore
random, table
Constructor and Description |
---|
BouncyCastleStore() |
Modifier and Type | Method and Description |
---|---|
void |
engineLoad(InputStream stream,
char[] password) |
void |
engineStore(OutputStream stream,
char[] password) |
engineAliases, engineContainsAlias, engineDeleteEntry, engineGetCertificate, engineGetCertificateAlias, engineGetCertificateChain, engineGetCreationDate, engineGetKey, engineIsCertificateEntry, engineIsKeyEntry, engineSetCertificateEntry, engineSetKeyEntry, engineSetKeyEntry, engineSize, loadStore, makePBECipher, saveStore, setRandom
engineEntryInstanceOf, engineGetEntry, engineLoad, engineSetEntry, engineStore
public void engineLoad(InputStream stream, char[] password) throws IOException
engineLoad
in class JDKKeyStore
IOException
public void engineStore(OutputStream stream, char[] password) throws IOException
engineStore
in class JDKKeyStore
IOException
Copyright © 2015. All rights reserved.