com.typesafe.sslconfig.ssl

SSLConfigSettings

Related Docs: object SSLConfigSettings | package ssl

final class SSLConfigSettings extends AnyRef

The SSL configuration.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SSLConfigSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val checkRevocation: Option[Boolean]

    Whether revocation lists should be checked, if None, defaults to platform default setting.

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val debug: SSLDebugConfig

    The debug config.

  8. val default: Boolean

    Whether we should use the default JVM SSL configuration or not.

  9. val disabledKeyAlgorithms: Seq[String]

    The disabled key algorithms.

  10. val disabledSignatureAlgorithms: Seq[String]

    The disabled signature algorithms.

  11. val enabledCipherSuites: Option[Seq[String]]

    If defined, override the platform default cipher suites.

  12. val enabledProtocols: Option[Seq[String]]

    If defined, override the platform default protocols.

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. val hostnameVerifierClass: Class[_ <: HostnameVerifier]

    The hostname verifier class.

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val keyManagerConfig: KeyManagerConfig

    The key manager configuration.

  21. val loose: SSLLooseConfig

    Loose configuratino parameters

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val protocol: String

    The SSL protocol to use.

    The SSL protocol to use. Defaults to TLSv1.2.

  26. val revocationLists: Option[Seq[URL]]

    The revocation lists to check.

  27. val secureRandom: Option[SecureRandom]

    The SecureRandom instance to use.

    The SecureRandom instance to use. Let the platform choose if None.

  28. val sslParametersConfig: SSLParametersConfig

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    SSLConfigSettings → AnyRef → Any
  31. val trustManagerConfig: TrustManagerConfig

    The trust manager configuration.

  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withCheckRevocation(value: Option[Boolean]): SSLConfigSettings

  36. def withDebug(value: SSLDebugConfig): SSLConfigSettings

  37. def withDefault(value: Boolean): SSLConfigSettings

  38. def withDisabledKeyAlgorithms(value: Seq[String]): SSLConfigSettings

  39. def withDisabledSignatureAlgorithms(value: Seq[String]): SSLConfigSettings

  40. def withEnabledCipherSuites(value: Option[Seq[String]]): SSLConfigSettings

  41. def withEnabledProtocols(value: Option[Seq[String]]): SSLConfigSettings

  42. def withHostnameVerifierClass(value: Class[_ <: HostnameVerifier]): SSLConfigSettings

  43. def withKeyManagerConfig(value: KeyManagerConfig): SSLConfigSettings

  44. def withLoose(value: SSLLooseConfig): SSLConfigSettings

  45. def withProtocol(value: String): SSLConfigSettings

  46. def withRevocationLists(value: Option[Seq[URL]]): SSLConfigSettings

  47. def withSecureRandom(value: Option[SecureRandom]): SSLConfigSettings

  48. def withSslParametersConfig(value: SSLParametersConfig): SSLConfigSettings

  49. def withTrustManagerConfig(value: TrustManagerConfig): SSLConfigSettings

Inherited from AnyRef

Inherited from Any

Ungrouped