- java.lang.Object
-
- io.github.mmm.crypto.key.store.KeyStoreConfig
-
- io.github.mmm.crypto.key.store.KeyStoreConfigJks
-
@Deprecated public class KeyStoreConfigJks extends KeyStoreConfig
Deprecated.JKS uses weak encryption so other formats should be preferred. Still the best protection of private keys is to ensure they can never leave your computer. However, in the days of Internet connection and cyber crime this can not be guaranteed. Therefore, strong encryption and long passwords help to prevent disasters.KeyStoreConfig
withtype
"JKS" (Java KeyStore). This is a proprietary format specific for Java and was the initial default. It has limitations and can not storeSecretKey
s. For details see also JKS- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description KeyStoreConfigJks(CryptoResource resource, String password)
Deprecated.The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.crypto.key.store.KeyStoreConfig
getExtension, getPassword, getProvider, getResource, getType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
Deprecated.Thetype
"JKS".- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KeyStoreConfigJks
public KeyStoreConfigJks(CryptoResource resource, String password)
Deprecated.The constructor.
-
-