From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- openssl/x509/struct.X509Req.html | 111 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 openssl/x509/struct.X509Req.html (limited to 'openssl/x509/struct.X509Req.html') diff --git a/openssl/x509/struct.X509Req.html b/openssl/x509/struct.X509Req.html new file mode 100644 index 0000000..1b3719d --- /dev/null +++ b/openssl/x509/struct.X509Req.html @@ -0,0 +1,111 @@ + + + + + + + + + + openssl::x509::X509Req - Rust + + + + + + + + + + + + + + + +
+

Struct openssl::x509::X509Req + + [] + + [src]

+
pub struct X509Req {
+    // some fields omitted
+}

A certificate signing request

+

Methods

impl X509Req

fn new(handle: *mut X509_REQ) -> X509Req

+

Creates new from handle

+

fn from_pem<R>(reader: &mut R) -> Result<X509Req, SslError> where R: Read

+

Reads CSR from PEM

+

fn write_pem<W>(&self, writer: &mut W) -> Result<(), SslError> where W: Write

+

Writes CSR as PEM

+

Trait Implementations

impl Drop for X509Req

fn drop(&mut self)

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3