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

pub struct X509Req {
    // some fields omitted
}

A certificate signing request

Methods

impl X509Req
[src]

Creates new from handle

Reads CSR from PEM

Writes CSR as PEM

Trait Implementations

impl Drop for X509Req
[src]

A method called when the value goes out of scope. Read more