pub enum EskType {
V3_4,
V6,
}
Expand description
Select which type of encrypted session key data should be produced in an encryption step
Variants§
V3_4
V3 PKESK or V4 SKESK (these are used in RFC 4880 and 2440)
V6
V6 PKESK or SKESK (introduced in RFC 9580)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EskType
impl RefUnwindSafe for EskType
impl Send for EskType
impl Sync for EskType
impl Unpin for EskType
impl UnwindSafe for EskType
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