FakeChainedKeyStore

final class FakeChainedKeyStore(mkLogger: LoggerFactory)

A fake key store

Was: play.core.server.ssl.FakeKeyStore

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def closeQuietly(closeable: Closeable): Unit

Close the given closeable quietly.

Close the given closeable quietly.

Logs any IOExceptions encountered.

def createKeyStore(appPath: File): KeyStore

Public only for consumption by Play/Lagom.

Public only for consumption by Play/Lagom.

def getKeyStoreFilePath(appPath: File): File
Value Params
appPath

a file descriptor to the root folder of the project (the root, not a particular module).

def keyManagerFactory(appPath: File): KeyManagerFactory

Public only for consumption by Play/Lagom.

Public only for consumption by Play/Lagom.