public class KeystorePersistence extends Object
| Constructor and Description |
|---|
KeystorePersistence(BlobStoreContextFactory blobStoreContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
loadKeystore(ObjectHandle handle,
CallbackHandler handler) |
void |
saveKeyStore(KeyStore keystore,
CallbackHandler storePassHandler,
ObjectHandle handle) |
public KeystorePersistence(BlobStoreContextFactory blobStoreContextFactory)
public void saveKeyStore(KeyStore keystore, CallbackHandler storePassHandler, ObjectHandle handle) throws NoSuchAlgorithmException, CertificateException, UnknownContainerException
public KeyStore loadKeystore(ObjectHandle handle, CallbackHandler handler) throws ObjectNotFoundException, CertificateException, WrongKeystoreCredentialException, MissingKeystoreAlgorithmException, MissingKeystoreProviderException, MissingKeyAlgorithmException, IOException, UnknownContainerException
Copyright © 2017. All rights reserved.