- java.lang.Object
-
- io.github.mmm.crypto.CryptoAccess
-
- io.github.mmm.crypto.key.store.access.KeyStoreAccess
-
- Direct Known Subclasses:
KeyStoreAccessPkcs12
public abstract class KeyStoreAccess extends CryptoAccess
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description KeyStoreAccess(KeyStoreConfig config)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyStoreConfig
getConfig()
KeyStoreFacade
newKeyStore()
-
-
-
Constructor Detail
-
KeyStoreAccess
public KeyStoreAccess(KeyStoreConfig config)
The constructor.- Parameters:
config
- theKeyStoreConfig
.
-
-
Method Detail
-
getConfig
public KeyStoreConfig getConfig()
- Returns:
- the
KeyStoreConfig
.
-
newKeyStore
public KeyStoreFacade newKeyStore()
- Returns:
- the new
KeyStoreFacade
instance.
-
-