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