Struct security::SecurityConfig [−][src]
Fields
ca_path: String
cert_path: String
key_path: String
override_ssl_target: String
cert_allowed_cn: HashSet<String>
redact_info_log: Option<bool>
encryption: EncryptionConfig
Implementations
impl SecurityConfig
[src][−]
pub fn validate(&self) -> Result<(), Box<dyn Error>>
[src][−]
Validates ca, cert and private key.
pub(crate) fn load_certs(
&self
) -> Result<(Vec<u8>, Vec<u8>, Vec<u8>), Box<dyn Error>>
[src][−]
&self
) -> Result<(Vec<u8>, Vec<u8>, Vec<u8>), Box<dyn Error>>
Load certificates from the given file path. Return ca, cert, key after successful read.
pub(crate) fn is_modified(
&self,
last: &mut Option<SystemTime>
) -> Result<bool, Box<dyn Error>>
[src][−]
&self,
last: &mut Option<SystemTime>
) -> Result<bool, Box<dyn Error>>
Determine if the cert file has been modified. If modified, update the timestamp of this modification.
Trait Implementations
impl Clone for SecurityConfig
[src][+]
impl Debug for SecurityConfig
[src][+]
impl Default for SecurityConfig
[src][+]
impl<'de> Deserialize<'de> for SecurityConfig where
SecurityConfig: Default,
[src][+]
SecurityConfig: Default,
impl PartialEq<SecurityConfig> for SecurityConfig
[src][+]
impl Serialize for SecurityConfig
[src][+]
impl StructuralPartialEq for SecurityConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for SecurityConfig
impl Send for SecurityConfig
impl Sync for SecurityConfig
impl Unpin for SecurityConfig
impl UnwindSafe for SecurityConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,