Searched defs:X509Req (Results 1 – 2 of 2) sorted by relevance
66 fn mk_request(key_pair: &PKey<Private>) -> Result<X509Req, ErrorStack> { in mk_request()
1472 pub fn build(self) -> X509Req { in build()1487 impl X509Req { implementation