HasSecurityConfig

Trait HasSecurityConfig 

Source
pub trait HasSecurityConfig: TrustedStoreConfig + CertificateConfig { }
Expand description

A trait that combines TrustedStoreConfig + CertificateConfig

Typically implemented using SecurityConfig struct.

Implementors§