- java.lang.Object
-
- io.github.mmm.crypto.key.store.KeyStoreConfig
-
- io.github.mmm.crypto.key.store.KeyStoreConfigJceks
-
public class KeyStoreConfigJceks extends KeyStoreConfig
KeyStoreConfig
withtype
"JCEKS" (Java Cryptography Extension KeyStore). This is a proprietary format specific for Java and requires JCE (Java Cryptography Extension) introduced in Java 1.4 with the "SunJCE"Provider
. It uses 3-DES (PBEWithMD5AndTripleDES) encryption and is therefore more secure than JKS.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description KeyStoreConfigJceks(CryptoResource resource, String password)
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
Thetype
"JCEKS".- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KeyStoreConfigJceks
public KeyStoreConfigJceks(CryptoResource resource, String password)
The constructor.
-
-