Package io.bdeploy.common.security
Interface KeyStoreProvider
- All Known Implementing Classes:
InMemoryKeyStore,OnDiscKeyStore
public interface KeyStoreProvider
Common interface for providers of
KeyStores.-
Method Summary
-
Method Details
-
getStore
KeyStore getStore() -
getPass
char[] getPass()
-