Packages

o

play.core.server.ssl

FakeKeyStore

object FakeKeyStore

A fake key store

Annotations
@deprecated
Deprecated

(Since version 2.7.0) Deprecated in favour of the com.typesafe.sslconfig.ssl.FakeKeyStore in ssl-config

Source
FakeKeyStore.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FakeKeyStore
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val DistinguishedName: String
  2. val GeneratedKeyStore: String
  3. val SignatureAlgorithmName: String
  4. val SignatureAlgorithmOID: ObjectIdentifier
  5. val TrustedAlias: String
  6. def createKeyStore(appPath: File): KeyStore
  7. def getKeyStoreFilePath(appPath: File): File

    appPath

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