Uses of Class
io.github.mmm.crypto.key.store.KeyStoreConfig
-
Packages that use KeyStoreConfig Package Description io.github.mmm.crypto.key.store io.github.mmm.crypto.key.store.access -
-
Uses of KeyStoreConfig in io.github.mmm.crypto.key.store
Subclasses of KeyStoreConfig in io.github.mmm.crypto.key.store Modifier and Type Class Description class
KeyStoreConfigJceks
KeyStoreConfig
withtype
"JCEKS" (Java Cryptography Extension KeyStore).class
KeyStoreConfigJks
Deprecated.JKS uses weak encryption so other formats should be preferred.class
KeyStoreConfigPkcs12
KeyStoreConfig
withtype
"PKCS12" (Public-Key Cryptography Standards #12).Constructors in io.github.mmm.crypto.key.store with parameters of type KeyStoreConfig Constructor Description KeyStoreFacadeImpl(KeyStoreConfig config)
The constructor. -
Uses of KeyStoreConfig in io.github.mmm.crypto.key.store.access
Methods in io.github.mmm.crypto.key.store.access that return KeyStoreConfig Modifier and Type Method Description KeyStoreConfig
KeyStoreAccess. getConfig()
Constructors in io.github.mmm.crypto.key.store.access with parameters of type KeyStoreConfig Constructor Description KeyStoreAccess(KeyStoreConfig config)
The constructor.
-