Package eu.emi.security.authn.x509.helpers.ssl
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.
-
ClassesClassDescriptionSimple
KeyManager
implementation which always returns the only key and certificate which is available in the configuredX509Credential
object.Verifies if a peer's host name matches a DN of its certificate.Implementation ofTrustManager
which uses a configuredX509CertChainValidator
to validate certificates.Wires CANL abstractions: credentials and verificators into Java SSL socket factory.