Lines Matching defs:builder
213 /// A builder used to construct an `X509`.
217 /// Creates a new builder.
287 /// let mut x509 = openssl::x509::X509::builder().unwrap();
370 /// Consumes the builder, returning the certificate.
728 /// Returns a new builder.
729 pub fn builder() -> Result<X509Builder, ErrorStack> {
892 /// See the extension module for builder types which will construct certain common extensions.
944 /// See the extension module for builder types which will construct certain common extensions.
1045 /// A builder used to construct an `X509Name`.
1049 /// Creates a new builder.
1188 /// Returns a new builder.
1189 pub fn builder() -> Result<X509NameBuilder, ErrorStack> {
1355 /// A builder used to construct an `X509Req`.
1359 /// Returns a builder for a certificate request.
1488 /// A builder for `X509Req`.
1489 pub fn builder() -> Result<X509ReqBuilder, ErrorStack> {