Uses of Interface
org.kiwiproject.security.TrustStoreConfigProvider
Packages that use TrustStoreConfigProvider
-
Uses of TrustStoreConfigProvider in org.kiwiproject.config
Classes in org.kiwiproject.config that implement TrustStoreConfigProviderModifier and TypeClassDescriptionclassConfiguration for secure REST endpoints, including the configuration from anSSLContextConfigurationas well as adding a collection ofEndpointConfigurationinstances.classConfiguration for standard/common properties required for secure (i.e.classConfiguration for standard/common properties required for secure TLS connections. -
Uses of TrustStoreConfigProvider in org.kiwiproject.security
Subinterfaces of TrustStoreConfigProvider in org.kiwiproject.securityModifier and TypeInterfaceDescriptioninterfaceDefines a configuration interface for properties needed to create key and trust stores, and a contract to be able to create anSSLContextandSSLSocketFactoryfrom this configuration.