Enum win_crypto_ng::asymmetric::builder::BuilderOptions
source · pub enum BuilderOptions {
Dh(DhParams),
Dsa(DsaParams),
}
Expand description
Algorithm-specific parameters to generate a key with.
Variants§
Dh(DhParams)
Parameters to be used with the DH algorithm. Specifies modulus
and generator
params.
Dsa(DsaParams)
Trait Implementations§
impl BuilderParams for BuilderOptions
Auto Trait Implementations§
impl RefUnwindSafe for BuilderOptions
impl Send for BuilderOptions
impl Sync for BuilderOptions
impl Unpin for BuilderOptions
impl UnwindSafe for BuilderOptions
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