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 classKeyStoreConfigJceksKeyStoreConfigwithtype"JCEKS" (Java Cryptography Extension KeyStore).classKeyStoreConfigJksDeprecated.JKS uses weak encryption so other formats should be preferred.classKeyStoreConfigPkcs12KeyStoreConfigwithtype"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 KeyStoreConfigKeyStoreAccess. getConfig()Constructors in io.github.mmm.crypto.key.store.access with parameters of type KeyStoreConfig Constructor Description KeyStoreAccess(KeyStoreConfig config)The constructor.
-