Uses of Interface
io.kroxylicious.proxy.tls.TlsCredentials
Packages that use TlsCredentials
Package
Description
APIs for plugins that are exposed to details of TLS connections between the proxy and its network peers.
-
Uses of TlsCredentials in io.kroxylicious.proxy.tls
Methods in io.kroxylicious.proxy.tls that return TlsCredentialsModifier and TypeMethodDescriptionServerTlsCredentialSupplierContext.tlsCredentials(PrivateKey key, X509Certificate[] certificateChain) Creates aTlsCredentialsinstance from the given private key and certificate chain.Methods in io.kroxylicious.proxy.tls that return types with arguments of type TlsCredentialsModifier and TypeMethodDescriptionServerTlsCredentialSupplier.tlsCredentials(ServerTlsCredentialSupplierContext context) Asynchronously retrieves TLS credentials for the proxy to use when connecting to the target Kafka cluster.