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

pub struct X509StoreBuilder(_);

A builder type used to construct an X509Store.

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

Executes the destructor for this type. Read more

impl Deref for X509StoreBuilder

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for X509StoreBuilder

Mutably dereferences the value.

impl Borrow<X509StoreBuilderRef> for X509StoreBuilder

Immutably borrows from an owned value. Read more

impl AsRef<X509StoreBuilderRef> for X509StoreBuilder

Performs the conversion.

impl Send for X509StoreBuilder
[src]

impl Sync for X509StoreBuilder
[src]