Struct hacl::rsa_pss::PrivateKey
source · pub struct PrivateKey<'a> { /* private fields */ }
Expand description
An RSA-PSS private key.
The private key holds a PublicKey
with the public modulus.
Implementations§
source§impl<'a> PrivateKey<'a>
impl<'a> PrivateKey<'a>
Auto Trait Implementations§
impl<'a> Freeze for PrivateKey<'a>
impl<'a> RefUnwindSafe for PrivateKey<'a>
impl<'a> Send for PrivateKey<'a>
impl<'a> Sync for PrivateKey<'a>
impl<'a> Unpin for PrivateKey<'a>
impl<'a> UnwindSafe for PrivateKey<'a>
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