Home
last modified time | relevance | path

Searched defs:KeyUsage (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dextension.rs92 pub struct KeyUsage { struct
105 impl Default for KeyUsage { argument
111 impl KeyUsage { implementation
129 pub fn critical(&mut self) -> &mut KeyUsage { in critical()
135 pub fn digital_signature(&mut self) -> &mut KeyUsage { in digital_signature()
141 pub fn non_repudiation(&mut self) -> &mut KeyUsage { in non_repudiation()
147 pub fn key_encipherment(&mut self) -> &mut KeyUsage { in key_encipherment()
153 pub fn data_encipherment(&mut self) -> &mut KeyUsage { in data_encipherment()
159 pub fn key_agreement(&mut self) -> &mut KeyUsage { in key_agreement()
165 pub fn key_cert_sign(&mut self) -> &mut KeyUsage { in key_cert_sign()
[all …]