Struct x509_parser::extensions::KeyUsage
source · [−]pub struct KeyUsage {
pub flags: u16,
}
Fields
flags: u16
Implementations
sourceimpl KeyUsage
impl KeyUsage
pub fn digital_signature(&self) -> bool
pub fn non_repudiation(&self) -> bool
pub fn key_encipherment(&self) -> bool
pub fn data_encipherment(&self) -> bool
pub fn key_agreement(&self) -> bool
pub fn key_cert_sign(&self) -> bool
pub fn crl_sign(&self) -> bool
pub fn encipher_only(&self) -> bool
pub fn decipher_only(&self) -> bool
Trait Implementations
impl Copy for KeyUsage
impl StructuralPartialEq for KeyUsage
Auto Trait Implementations
impl RefUnwindSafe for KeyUsage
impl Send for KeyUsage
impl Sync for KeyUsage
impl Unpin for KeyUsage
impl UnwindSafe for KeyUsage
Blanket Implementations
sourceimpl<'a, T> AsTaggedExplicit<'a> for T where
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for T where
T: 'a,
sourceimpl<'a, T> AsTaggedImplicit<'a> for T where
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for T where
T: 'a,
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more