TLSClientAuth

org.apache.pekko.stream.TLSClientAuth
See theTLSClientAuth companion object
sealed abstract class TLSClientAuth

An SSLEngine can either demand, allow or ignore its peer’s authentication (via certificates), where Need will fail the handshake if the peer does not provide valid credentials, Want allows the peer to send credentials and verifies them if provided, and None disables peer certificate verification.

See the documentation for SSLEngine::setWantClientAuth for more information.

Attributes

Companion
object
Source
SslTlsOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Need
object None
object Want
In this article