pub struct PqdsaPrivateKey<'a>(/* private fields */);
Available on crate feature
unstable
and non-crate feature fips
only.Expand description
A PQDSA private key.
Trait Implementations§
Source§impl AsDer<Pkcs8V1Der<'static>> for PqdsaPrivateKey<'_>
impl AsDer<Pkcs8V1Der<'static>> for PqdsaPrivateKey<'_>
Source§fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
Source§impl AsRawBytes<PqdsaPrivateKeyRaw<'static>> for PqdsaPrivateKey<'_>
impl AsRawBytes<PqdsaPrivateKeyRaw<'static>> for PqdsaPrivateKey<'_>
Source§fn as_raw_bytes(&self) -> Result<PqdsaPrivateKeyRaw<'static>, Unspecified>
fn as_raw_bytes(&self) -> Result<PqdsaPrivateKeyRaw<'static>, Unspecified>
Serializes into a raw format. Read more
Auto Trait Implementations§
impl<'a> Freeze for PqdsaPrivateKey<'a>
impl<'a> RefUnwindSafe for PqdsaPrivateKey<'a>
impl<'a> Send for PqdsaPrivateKey<'a>
impl<'a> Sync for PqdsaPrivateKey<'a>
impl<'a> Unpin for PqdsaPrivateKey<'a>
impl<'a> UnwindSafe for PqdsaPrivateKey<'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