Uses of Interface
io.kroxylicious.proxy.config.tls.KeyProvider
Packages that use KeyProvider
Package
Description
TLS configuration for proxy connections to clients and upstream clusters.
-
Uses of KeyProvider in io.kroxylicious.proxy.config.tls
Classes in io.kroxylicious.proxy.config.tls that implement KeyProviderModifier and TypeClassDescriptionfinal recordAKeyProviderbacked by a private-key/certificate pair expressed in PEM format.final recordAKeyProviderbacked by a Java Truststore.Methods in io.kroxylicious.proxy.config.tls that return KeyProviderConstructors in io.kroxylicious.proxy.config.tls with parameters of type KeyProviderModifierConstructorDescriptionTls(KeyProvider key, TrustProvider trust, AllowDeny<String> cipherSuites, AllowDeny<String> protocols) Creates a Tls configuration without a TLS credential supplier.Tls(KeyProvider key, TrustProvider trust, AllowDeny<String> cipherSuites, AllowDeny<String> protocols, TlsCredentialSupplierConfig credentialSupplier) Compact constructor with validation.