org.apache.pekko.stream.TLSClientAuth
See theTLSClientAuth companion object
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 Objecttrait Matchableclass Any
- Known subtypes
In this article