All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mle.util.security.KeystoreSettings.scala Maven / Gradle / Ivy

The newest version!
package com.mle.util.security


/**
 *
 * @author mle
 */
case class KeystoreSettings(keystore: String,
                            keystorePass: String,
                            truststore: String,
                            truststorePass: String) extends IKeystoreSettings




© 2015 - 2025 Weber Informatics LLC | Privacy Policy