Uses of Interface
eu.emi.security.authn.x509.impl.HostnameMismatchCallback2
-
Packages that use HostnameMismatchCallback2 Package Description eu.emi.security.authn.x509.helpers.ssl Helper classes, implementing SSL/TLS/network related functions.eu.emi.security.authn.x509.impl 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 HostnameMismatchCallback2 Modifier and Type Class Description class
DisabledNameMismatchCallback
class
EnforcingNameMismatchCallback
Fields in eu.emi.security.authn.x509.helpers.ssl declared as HostnameMismatchCallback2 Modifier and Type Field Description private HostnameMismatchCallback2
SSLTrustManagerWithHostnameChecking. hostnameMismatchCallback
Constructors in eu.emi.security.authn.x509.helpers.ssl with parameters of type HostnameMismatchCallback2 Constructor Description SSLTrustManagerWithHostnameChecking(X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback)
-
Uses of HostnameMismatchCallback2 in eu.emi.security.authn.x509.impl
Fields in eu.emi.security.authn.x509.impl declared as HostnameMismatchCallback2 Modifier and Type Field Description private HostnameMismatchCallback2
SocketFactoryCreator2. hostnameMismatchCallback
Constructors in eu.emi.security.authn.x509.impl with parameters of type HostnameMismatchCallback2 Constructor Description SocketFactoryCreator2(X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback)
SocketFactoryCreator2(X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback, java.security.SecureRandom rnd, java.lang.String protocol)
SocketFactoryCreator2(X509Credential credential, X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback)
SocketFactoryCreator2(X509Credential credential, X509CertChainValidator validator, HostnameMismatchCallback2 hostnameMismatchCallback, java.security.SecureRandom rnd, java.lang.String protocol)
-