Package org.apache.pekko.stream
Class TLSClientAuth
java.lang.Object
org.apache.pekko.stream.TLSClientAuth
- Direct Known Subclasses:
TLSClientAuth.Need$,TLSClientAuth.None$,TLSClientAuth.Want$
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TLSClientAuthneed()static TLSClientAuthnone()static TLSClientAuthwant()
-
Constructor Details
-
TLSClientAuth
public TLSClientAuth()
-
-
Method Details
-
none
-
want
-
need
-