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