Uses of Interface
org.apache.pulsar.common.util.keystoretls.SSLContextValidatorEngine.SSLEngineProvider
-
Packages that use SSLContextValidatorEngine.SSLEngineProvider Package Description org.apache.pulsar.common.util.keystoretls Helpers to work with events from the non-blocking I/O client-server framework. -
-
Uses of SSLContextValidatorEngine.SSLEngineProvider in org.apache.pulsar.common.util.keystoretls
Methods in org.apache.pulsar.common.util.keystoretls with parameters of type SSLContextValidatorEngine.SSLEngineProvider Modifier and Type Method Description static voidSSLContextValidatorEngine. validate(SSLContextValidatorEngine.SSLEngineProvider clientSslEngineSupplier, SSLContextValidatorEngine.SSLEngineProvider serverSslEngineSupplier)Validates TLS handshake up to TLSv1.2.
-