public interface SSLSessionVerifier
Modifier and Type | Method and Description |
---|---|
TlsDetails |
verify(NamedEndpoint endpoint,
SSLEngine sslEngine)
Triggered when the SSL connection has been established and initial SSL
handshake has been successfully completed.
|
TlsDetails verify(NamedEndpoint endpoint, SSLEngine sslEngine) throws SSLException
SSLEngine
.
For instance this would be the right place to enforce SSL cipher
strength, validate certificate chain and do hostname checks.endpoint
- the endpoint name for a client side session or null
for a server side session.sslEngine
- SSL engine.SSLException
- if case of SSL protocol error.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.