#[repr(u32)]pub enum KeyType {
nullKey = 0,
rsaKey = 1,
dsaKey = 2,
fortezzaKey = 3,
dhKey = 4,
keaKey = 5,
ecKey = 6,
rsaPssKey = 7,
rsaOaepKey = 8,
}
Variants§
nullKey = 0
rsaKey = 1
dsaKey = 2
fortezzaKey = 3
dhKey = 4
keaKey = 5
ecKey = 6
rsaPssKey = 7
rsaOaepKey = 8
Auto Trait Implementations§
impl Freeze for KeyType
impl RefUnwindSafe for KeyType
impl Send for KeyType
impl Sync for KeyType
impl Unpin for KeyType
impl UnwindSafe for KeyType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more