Type Alias KeyGenParameters

Source
pub type KeyGenParameters = OctetString;
Expand description

The KeyGenParameters control is defined in RFC 4211 Section 6.4.

  KeyGenParameters ::= OCTET STRING

Aliased Typeยง

pub struct KeyGenParameters { /* private fields */ }