[][src]Struct acme_client::SignedCertificate

pub struct SignedCertificate { /* fields omitted */ }

A signed certificate.

Methods

impl SignedCertificate
[src]

Saves signed certificate to a file

Saves intermediate certificate to a file

You can additionally provide intermediate certificate url, by default it will use LETSENCRYPT_INTERMEDIATE_CERT_URL.

Saves intermediate certificate and signed certificate to a file

You can additionally provide intermediate certificate url, by default it will use LETSENCRYPT_INTERMEDIATE_CERT_URL.

Saves private key used to sign certificate to a file

Saves CSR used to sign certificateto to a file

Writes signed certificate to writer.

Writes intermediate certificate to writer.

You can additionally provide intermediate certificate url, by default it will use LETSENCRYPT_INTERMEDIATE_CERT_URL.

Writes private key used to sign certificate to a writer

Writes CSR used to sign certificateto a writer

Returns reference to certificate

Returns reference to CSR used to sign certificate

Returns reference to pkey used to sign certificate

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<T> Typeable for T where
    T: Any

Get the TypeId of this object.