public interface KeystorePersistence
| 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) |
void saveKeyStore(KeyStore keystore, CallbackHandler storePassHandler, ObjectHandle handle) throws NoSuchAlgorithmException, CertificateException, UnknownContainerException
KeyStore loadKeystore(ObjectHandle handle, CallbackHandler handler) throws KeystoreNotFoundException, CertificateException, WrongKeystoreCredentialException, MissingKeystoreAlgorithmException, MissingKeystoreProviderException, MissingKeyAlgorithmException, IOException, UnknownContainerException
boolean hasKeystore(ObjectHandle handle)
handle - handle to checkCopyright © 2017. All Rights Reserved.