implicit final class SecureContextOptionsMutableBuilder[Self <: SecureContextOptions] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecureContextOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SecureContextOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setCa(value: |[|[String, Buffer], Array[|[String, Buffer]]]): Self
- Annotations
- @inline()
- def setCaUndefined: Self
- Annotations
- @inline()
- def setCaVarargs(value: |[String, Buffer]*): Self
- Annotations
- @inline()
- def setCert(value: |[|[String, Buffer], Array[|[String, Buffer]]]): Self
- Annotations
- @inline()
- def setCertUndefined: Self
- Annotations
- @inline()
- def setCertVarargs(value: |[String, Buffer]*): Self
- Annotations
- @inline()
- def setCiphers(value: String): Self
- Annotations
- @inline()
- def setCiphersUndefined: Self
- Annotations
- @inline()
- def setClientCertEngine(value: String): Self
- Annotations
- @inline()
- def setClientCertEngineUndefined: Self
- Annotations
- @inline()
- def setCrl(value: |[|[String, Buffer], Array[|[String, Buffer]]]): Self
- Annotations
- @inline()
- def setCrlUndefined: Self
- Annotations
- @inline()
- def setCrlVarargs(value: |[String, Buffer]*): Self
- Annotations
- @inline()
- def setDhparam(value: |[String, Buffer]): Self
- Annotations
- @inline()
- def setDhparamUndefined: Self
- Annotations
- @inline()
- def setEcdhCurve(value: String): Self
- Annotations
- @inline()
- def setEcdhCurveUndefined: Self
- Annotations
- @inline()
- def setHonorCipherOrder(value: Boolean): Self
- Annotations
- @inline()
- def setHonorCipherOrderUndefined: Self
- Annotations
- @inline()
- def setKey(value: |[|[String, Buffer], Array[|[Buffer, KeyObject]]]): Self
- Annotations
- @inline()
- def setKeyUndefined: Self
- Annotations
- @inline()
- def setKeyVarargs(value: |[Buffer, KeyObject]*): Self
- Annotations
- @inline()
- def setMaxVersion(value: SecureVersion): Self
- Annotations
- @inline()
- def setMaxVersionUndefined: Self
- Annotations
- @inline()
- def setMinVersion(value: SecureVersion): Self
- Annotations
- @inline()
- def setMinVersionUndefined: Self
- Annotations
- @inline()
- def setPassphrase(value: String): Self
- Annotations
- @inline()
- def setPassphraseUndefined: Self
- Annotations
- @inline()
- def setPfx(value: |[|[String, Buffer], Array[|[|[String, Buffer], PxfObject]]]): Self
- Annotations
- @inline()
- def setPfxUndefined: Self
- Annotations
- @inline()
- def setPfxVarargs(value: |[|[String, Buffer], PxfObject]*): Self
- Annotations
- @inline()
- def setPrivateKeyEngine(value: String): Self
- Annotations
- @inline()
- def setPrivateKeyEngineUndefined: Self
- Annotations
- @inline()
- def setPrivateKeyIdentifier(value: String): Self
- Annotations
- @inline()
- def setPrivateKeyIdentifierUndefined: Self
- Annotations
- @inline()
- def setSecureOptions(value: Double): Self
- Annotations
- @inline()
- def setSecureOptionsUndefined: Self
- Annotations
- @inline()
- def setSecureProtocol(value: String): Self
- Annotations
- @inline()
- def setSecureProtocolUndefined: Self
- Annotations
- @inline()
- def setSessionIdContext(value: String): Self
- Annotations
- @inline()
- def setSessionIdContextUndefined: Self
- Annotations
- @inline()
- def setSessionTimeout(value: Double): Self
- Annotations
- @inline()
- def setSessionTimeoutUndefined: Self
- Annotations
- @inline()
- def setSigalgs(value: String): Self
- Annotations
- @inline()
- def setSigalgsUndefined: Self
- Annotations
- @inline()
- def setTicketKeys(value: Buffer): Self
- Annotations
- @inline()
- def setTicketKeysUndefined: Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self