Packages

c

funstack.lambda.ws.facades.node.tlsMod.SecureContextOptions

SecureContextOptionsMutableBuilder

implicit final class SecureContextOptionsMutableBuilder[Self <: SecureContextOptions] extends AnyVal

Annotations
@inline()
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecureContextOptionsMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SecureContextOptionsMutableBuilder(x: Self)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def setCa(value: |[|[String, Buffer], Array[|[String, Buffer]]]): Self
    Annotations
    @inline()
  8. def setCaUndefined: Self
    Annotations
    @inline()
  9. def setCaVarargs(value: |[String, Buffer]*): Self
    Annotations
    @inline()
  10. def setCert(value: |[|[String, Buffer], Array[|[String, Buffer]]]): Self
    Annotations
    @inline()
  11. def setCertUndefined: Self
    Annotations
    @inline()
  12. def setCertVarargs(value: |[String, Buffer]*): Self
    Annotations
    @inline()
  13. def setCiphers(value: String): Self
    Annotations
    @inline()
  14. def setCiphersUndefined: Self
    Annotations
    @inline()
  15. def setClientCertEngine(value: String): Self
    Annotations
    @inline()
  16. def setClientCertEngineUndefined: Self
    Annotations
    @inline()
  17. def setCrl(value: |[|[String, Buffer], Array[|[String, Buffer]]]): Self
    Annotations
    @inline()
  18. def setCrlUndefined: Self
    Annotations
    @inline()
  19. def setCrlVarargs(value: |[String, Buffer]*): Self
    Annotations
    @inline()
  20. def setDhparam(value: |[String, Buffer]): Self
    Annotations
    @inline()
  21. def setDhparamUndefined: Self
    Annotations
    @inline()
  22. def setEcdhCurve(value: String): Self
    Annotations
    @inline()
  23. def setEcdhCurveUndefined: Self
    Annotations
    @inline()
  24. def setHonorCipherOrder(value: Boolean): Self
    Annotations
    @inline()
  25. def setHonorCipherOrderUndefined: Self
    Annotations
    @inline()
  26. def setKey(value: |[|[String, Buffer], Array[|[Buffer, KeyObject]]]): Self
    Annotations
    @inline()
  27. def setKeyUndefined: Self
    Annotations
    @inline()
  28. def setKeyVarargs(value: |[Buffer, KeyObject]*): Self
    Annotations
    @inline()
  29. def setMaxVersion(value: SecureVersion): Self
    Annotations
    @inline()
  30. def setMaxVersionUndefined: Self
    Annotations
    @inline()
  31. def setMinVersion(value: SecureVersion): Self
    Annotations
    @inline()
  32. def setMinVersionUndefined: Self
    Annotations
    @inline()
  33. def setPassphrase(value: String): Self
    Annotations
    @inline()
  34. def setPassphraseUndefined: Self
    Annotations
    @inline()
  35. def setPfx(value: |[|[String, Buffer], Array[|[|[String, Buffer], PxfObject]]]): Self
    Annotations
    @inline()
  36. def setPfxUndefined: Self
    Annotations
    @inline()
  37. def setPfxVarargs(value: |[|[String, Buffer], PxfObject]*): Self
    Annotations
    @inline()
  38. def setPrivateKeyEngine(value: String): Self
    Annotations
    @inline()
  39. def setPrivateKeyEngineUndefined: Self
    Annotations
    @inline()
  40. def setPrivateKeyIdentifier(value: String): Self
    Annotations
    @inline()
  41. def setPrivateKeyIdentifierUndefined: Self
    Annotations
    @inline()
  42. def setSecureOptions(value: Double): Self
    Annotations
    @inline()
  43. def setSecureOptionsUndefined: Self
    Annotations
    @inline()
  44. def setSecureProtocol(value: String): Self
    Annotations
    @inline()
  45. def setSecureProtocolUndefined: Self
    Annotations
    @inline()
  46. def setSessionIdContext(value: String): Self
    Annotations
    @inline()
  47. def setSessionIdContextUndefined: Self
    Annotations
    @inline()
  48. def setSessionTimeout(value: Double): Self
    Annotations
    @inline()
  49. def setSessionTimeoutUndefined: Self
    Annotations
    @inline()
  50. def setSigalgs(value: String): Self
    Annotations
    @inline()
  51. def setSigalgsUndefined: Self
    Annotations
    @inline()
  52. def setTicketKeys(value: Buffer): Self
    Annotations
    @inline()
  53. def setTicketKeysUndefined: Self
    Annotations
    @inline()
  54. def toString(): String
    Definition Classes
    Any
  55. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped