Class 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 with type "JKS" (Java KeyStore). This is a proprietary format specific for Java and was the initial default. It has limitations and can not store SecretKeys. For details see also JKS
    Since:
    1.0.0
    Author:
    Joerg Hohwiller (hohwille at users.sourceforge.net)