Package eu.emi.security.authn.x509.helpers.ssl
Helper classes, implementing SSL/TLS/network related functions.
Warning: this package contains internal implementation of the library. It is not guaranteed that API of the classes from this package will not change in future releases.
-
Class Summary Class Description CredentialX509KeyManager SimpleKeyManager
implementation which always returns the only key and certificate which is available in the configuredX509Credential
object.DisabledNameMismatchCallback EnforcingNameMismatchCallback HostnameToCertificateChecker Verifies if a peer's host name matches a DN of its certificate.HostnameToCertificateChecker.ResultWrapper SSLTrustManager Implementation ofTrustManager
which uses a configuredX509CertChainValidator
to validate certificates.SSLTrustManagerWithHostnameChecking Wires CANL abstractions: credentials and verificators into Java SSL socket factory.