Packages

final case class FromJavaxNetSsl(keyManagerKeyStoreType: String = "JKS", keyManagerSource: Source = FromJavaxNetSsl.Empty, keyManagerPassword: Option[Secret] = None, trustManagerKeyStoreType: String = "JKS", trustManagerSource: Source = FromJavaxNetSsl.Empty, trustManagerPassword: Option[Secret] = None) extends ClientSSLConfig with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FromJavaxNetSsl
  2. Serializable
  3. Product
  4. Equals
  5. ClientSSLConfig
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FromJavaxNetSsl(keyManagerKeyStoreType: String = "JKS", keyManagerSource: Source = FromJavaxNetSsl.Empty, keyManagerPassword: Option[Secret] = None, trustManagerKeyStoreType: String = "JKS", trustManagerSource: Source = FromJavaxNetSsl.Empty, trustManagerPassword: Option[Secret] = None)

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. def build(): FromJavaxNetSsl
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def isInvalidBuild: Boolean
  11. def isValidBuild: Boolean
  12. def keyManagerFile(file: String): FromJavaxNetSsl
  13. def keyManagerKeyStoreType(tpe: String): FromJavaxNetSsl
  14. val keyManagerKeyStoreType: String
  15. def keyManagerPassword(password: String): FromJavaxNetSsl
  16. def keyManagerPassword(password: Secret): FromJavaxNetSsl
  17. val keyManagerPassword: Option[Secret]
  18. def keyManagerResource(path: String): FromJavaxNetSsl
  19. val keyManagerSource: Source
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def trustManagerFile(file: String): FromJavaxNetSsl
  26. def trustManagerKeyStoreType(tpe: String): FromJavaxNetSsl
  27. val trustManagerKeyStoreType: String
  28. def trustManagerPassword(password: String): FromJavaxNetSsl
  29. def trustManagerPassword(password: Secret): FromJavaxNetSsl
  30. val trustManagerPassword: Option[Secret]
  31. def trustManagerResource(path: String): FromJavaxNetSsl
  32. val trustManagerSource: Source
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ClientSSLConfig

Inherited from AnyRef

Inherited from Any

Ungrouped