Lines Matching defs:X509Req
1355 /// A builder used to construct an `X509Req`.
1356 pub struct X509ReqBuilder(X509Req);
1367 cvt_p(ffi::X509_REQ_new()).map(|p| X509ReqBuilder(X509Req(p)))
1471 /// Returns the `X509Req`.
1472 pub fn build(self) -> X509Req {
1482 pub struct X509Req;
1483 /// Reference to `X509Req`.
1487 impl X509Req {
1488 /// A builder for `X509Req`.
1502 X509Req,
1513 X509Req,