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.

@FunctionalInterface public interface KeyStoreReloader
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

    Modifier and Type
    Method
    Description
    void
    reload(KeyStore keyStore)
    Reloads a (PKCS#11) KeyStore.