public class KeystorePersistence extends Object
| Constructor and Description |
|---|
KeystorePersistence(BlobStoreContextFactory blobStoreContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasKeystore(ObjectHandle handle)
Checks if a keystore available for the given handle.
|
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 KeystoreNotFoundException, CertificateException, WrongKeystoreCredentialException, MissingKeystoreAlgorithmException, MissingKeystoreProviderException, MissingKeyAlgorithmException, IOException, UnknownContainerException
public boolean hasKeystore(ObjectHandle handle)
handle - handle to checkCopyright © 2017. All Rights Reserved.