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) |
Tuple<KeyStore,Map<String,String>> |
loadKeystoreAndAttributes(ObjectHandle handle,
CallbackHandler handler) |
void |
saveKeyStore(KeyStore keystore,
CallbackHandler storePassHandler,
ObjectHandle handle) |
void |
saveKeyStoreWithAttributes(KeyStore keystore,
Map<String,String> attributes,
CallbackHandler storePassHandler,
ObjectHandle handle) |
void saveKeyStore(KeyStore keystore, CallbackHandler storePassHandler, ObjectHandle handle) throws NoSuchAlgorithmException, CertificateException, UnknownContainerException
void saveKeyStoreWithAttributes(KeyStore keystore, Map<String,String> attributes, CallbackHandler storePassHandler, ObjectHandle handle) throws NoSuchAlgorithmException, CertificateException, UnknownContainerException
KeyStore loadKeystore(ObjectHandle handle, CallbackHandler handler) throws KeystoreNotFoundException, CertificateException, WrongKeystoreCredentialException, MissingKeystoreAlgorithmException, MissingKeystoreProviderException, MissingKeyAlgorithmException, IOException, UnknownContainerException
Tuple<KeyStore,Map<String,String>> loadKeystoreAndAttributes(ObjectHandle handle, CallbackHandler handler) throws KeystoreNotFoundException, CertificateException, WrongKeystoreCredentialException, MissingKeystoreAlgorithmException, MissingKeystoreProviderException, MissingKeyAlgorithmException, IOException, UnknownContainerException
boolean hasKeystore(ObjectHandle handle)
handle - handle to checkCopyright © 2018. All Rights Reserved.