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

pub struct X509Req { /* 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]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for X509Req

impl !Sync for X509Req