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<DSAParams, ErrorStack>

fn generate(self) -> Result<DSA, ErrorStack>

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