Class KeyStoreConfigJceks


  • public class KeyStoreConfigJceks
    extends KeyStoreConfig
    KeyStoreConfig with type "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)