Interface TlsKeyManagersProvider

All Known Implementing Classes:
AbstractFileStoreTlsKeyManagersProvider, FileStoreTlsKeyManagersProvider, NoneTlsKeyManagersProvider, SystemPropertyTlsKeyManagersProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TlsKeyManagersProvider
Provider for the key managers to be used by the SDK when creating the SSL context. Key managers are used when the client is required to authenticate with the remote TLS peer, such as an HTTP proxy.