Uses of Interface
io.kroxylicious.proxy.config.tls.TrustOptions
Packages that use TrustOptions
Package
Description
TLS configuration for proxy connections to clients and upstream clusters.
-
Uses of TrustOptions in io.kroxylicious.proxy.config.tls
Classes in io.kroxylicious.proxy.config.tls that implement TrustOptionsModifier and TypeClassDescriptionfinal recordOptions that control TLS negotiation when in server mode.Methods in io.kroxylicious.proxy.config.tls that return TrustOptionsModifier and TypeMethodDescriptiondefault TrustOptionsTrustProvider.trustOptions()Trust options that apply to this TLS peer..TrustStore.trustOptions()Returns the value of thetrustOptionsrecord component.Constructors in io.kroxylicious.proxy.config.tls with parameters of type TrustOptionsModifierConstructorDescriptionTrustStore(String storeFile, PasswordProvider storePasswordProvider, String storeType, TrustOptions trustOptions) Creates an instance of aTrustStorerecord class.