pub struct Pbes2KeyWrapper { /* private fields */ }Available on crate features
signatures and key-wrapping-pbes2 only.Expand description
PBES2-HS256+A256KW key wrapper (password-based).
Derives a 256-bit KEK from a password using PBKDF2-HMAC-SHA256, then wraps the content encryption key with AES Key Wrap (RFC 3394).
Implementations§
Auto Trait Implementations§
impl Freeze for Pbes2KeyWrapper
impl RefUnwindSafe for Pbes2KeyWrapper
impl Send for Pbes2KeyWrapper
impl Sync for Pbes2KeyWrapper
impl Unpin for Pbes2KeyWrapper
impl UnsafeUnpin for Pbes2KeyWrapper
impl UnwindSafe for Pbes2KeyWrapper
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