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.| Constructor and Description |
|---|
KeyStoreConfigJceks(CryptoResource resource,
String password)
The constructor.
|
getExtension, getPassword, getProvider, getResource, getTypepublic static final String TYPE
type "JCEKS".public KeyStoreConfigJceks(CryptoResource resource, String password)
Copyright © 2001–2019 mmm-Team. All rights reserved.