Struct openssl::x509::store::X509StoreBuilder []

pub struct X509StoreBuilder(_);

Methods

impl X509StoreBuilder
[src]

Returns a builder for a certificate store.

The store is initially empty.

Constructs the X509Store.

Methods from Deref<Target = X509StoreBuilderRef>

Adds a certificate to the certificate store.

Load certificates from their default locations.

These locations are read from the SSL_CERT_FILE and SSL_CERT_DIR environment variables if present, or defaults specified at OpenSSL build time otherwise.

Trait Implementations

impl ForeignType for X509StoreBuilder

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for X509StoreBuilder

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

impl Deref for X509StoreBuilder

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for X509StoreBuilder

The method called to mutably dereference a value