Struct openssl::crypto::dsa::DSAParams [] [src]

pub struct DSAParams(_);

Builder for upfront DSA parameter generateration

Methods

impl DSAParams
[src]

fn with_size(size: u32) -> Result<DSAParamsErrorStack>

fn generate(self) -> Result<DSAErrorStack>

Generate a key pair from the initialized parameters

Trait Implementations

impl Drop for DSAParams
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more