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
KeyManagerimplementation which always returns the only key and certificate which is available in the configuredX509Credentialobject.Verifies if a peer's host name matches a DN of its certificate.Implementation ofTrustManagerwhich uses a configuredX509CertChainValidatorto validate certificates.Wires CANL abstractions: credentials and verificators into Java SSL socket factory.