Interface KeyStoreCache
- All Known Implementing Classes:
DefaultKeyStoreCache,DefaultKeyStoreCacheRuntimeDelegatable
public interface KeyStoreCache
Cache delegating class to read users' public and private or secret keys.
-
Method Summary
Modifier and TypeMethodDescriptionCache for users' private/secret keysCache for users' public keysCache for users' storage accessvoid
-
Method Details
-
getPublicKeys
Map<UserID,List<PublicKeyIDWithPublicKey>> getPublicKeys()Cache for users' public keys -
getKeystore
UserKeyStoreCache getKeystore()Cache for users' private/secret keys -
getStorageAccess
Cache for users' storage access -
remove
-