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

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

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

import com.mle.util.{Log, Util}

/**
 *
 * @author mle
 */
trait IKeystoreSettings extends Log {
  lazy val keystoreUrl = Util url keystore
  lazy val truststoreUrl = Util url truststore

  def keystore: String

  def keystorePass: String

  def truststore: String

  def truststorePass: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy