Interface KeyStoreReloader
- All Known Implementing Classes:
Pkcs11KeyStoreReloader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
When a
KeyStoreCredential
is used with an underlying
PKCS#11 KeyStore
the implementation may want to reload the KeyStore
. This class provides this
function.- Author:
- Martin Lindström
-
Method Summary
-
Method Details
-
reload
Reloads a (PKCS#11)KeyStore
.- Parameters:
keyStore
- theKeyStore
- Throws:
KeyStoreException
- for error reloading the keystore
-