com.typesafe.sslconfig.ssl

SSLConfigSettings

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

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

  8. def clone(): AnyRef

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

    The debug config.

  10. val default: Boolean

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

  11. val disabledKeyAlgorithms: Seq[String]

    The disabled key algorithms.

  12. val disabledSignatureAlgorithms: Seq[String]

    The disabled signature algorithms.

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

    If defined, override the platform default cipher suites.

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

    If defined, override the platform default protocols.

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

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

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

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

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

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

    The hostname verifier class.

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val keyManagerConfig: KeyManagerConfig

    The key manager configuration.

  23. val loose: SSLLooseConfig

    Loose configuratino parameters

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

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

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

    Definition Classes
    AnyRef
  27. val protocol: String

    The SSL protocol to use.

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

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

    The revocation lists to check.

  29. val secureRandom: Option[SecureRandom]

    The SecureRandom instance to use.

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

  30. val sslParametersConfig: SSLParametersConfig

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

    The trust manager configuration.

  34. final def wait(): Unit

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

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

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

  38. def withDebug(value: SSLDebugConfig): SSLConfigSettings

  39. def withDefault(value: Boolean): SSLConfigSettings

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

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

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

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

  44. def withHostnameVerifierClass(value: Class[HostnameVerifier]): SSLConfigSettings

  45. def withKeyManagerConfig(value: KeyManagerConfig): SSLConfigSettings

  46. def withLoose(value: SSLLooseConfig): SSLConfigSettings

  47. def withProtocol(value: String): SSLConfigSettings

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

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

  50. def withSslParametersConfig(value: SSLParametersConfig): SSLConfigSettings

  51. def withTrustManagerConfig(value: TrustManagerConfig): SSLConfigSettings

Inherited from AnyRef

Inherited from Any

Ungrouped