Uses of Interface
eu.emi.security.authn.x509.impl.HostnameMismatchCallback2
Packages that use HostnameMismatchCallback2
Package
Description
Helper classes, implementing SSL/TLS/network related functions.
Contains implementation classes of the library.
-
Uses of HostnameMismatchCallback2 in eu.emi.security.authn.x509.helpers.ssl
Classes in eu.emi.security.authn.x509.helpers.ssl that implement HostnameMismatchCallback2Modifier and TypeClassDescriptionclass
class
Constructors in eu.emi.security.authn.x509.helpers.ssl with parameters of type HostnameMismatchCallback2ModifierConstructorDescriptionSSLTrustManagerWithHostnameChecking
(X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback) -
Uses of HostnameMismatchCallback2 in eu.emi.security.authn.x509.impl
Constructors in eu.emi.security.authn.x509.impl with parameters of type HostnameMismatchCallback2ModifierConstructorDescriptionSocketFactoryCreator2
(X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback) SocketFactoryCreator2
(X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback, SecureRandom rnd, String protocol) SocketFactoryCreator2
(X509Credential credential, X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback) SocketFactoryCreator2
(X509Credential credential, X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback, SecureRandom rnd, String protocol)