Uses of Interface
eu.emi.security.authn.x509.impl.HostnameMismatchCallback
-
Packages that use HostnameMismatchCallback Package Description eu.emi.security.authn.x509.impl Contains implementation classes of the library. -
-
Uses of HostnameMismatchCallback in eu.emi.security.authn.x509.impl
Methods in eu.emi.security.authn.x509.impl with parameters of type HostnameMismatchCallback Modifier and Type Method Description static void
SocketFactoryCreator. connectWithHostnameChecking(javax.net.ssl.SSLSocket socket, HostnameMismatchCallback callback)
Deprecated.This method, invoked on an initialized SSL socket will perform the initial handshake (if necessary) and then check if the peer's hostname is matching its certificate.
-