Struct openssl::ssl::SslContextRef []

pub struct SslContextRef(_);

Methods

impl SslContextRef
[src]

Returns the certificate associated with this SslContext, if present.

Requires the v102 or v110 features and OpenSSL 1.0.2 or OpenSSL 1.1.0.

Returns the private key associated with this SslContext, if present.

Requires the v102 or v110 features and OpenSSL 1.0.2 or OpenSSL 1.1.0.

Returns the certificate store used for verification.

Returns a reference to the extra data at the specified index.

Trait Implementations

impl ForeignTypeRef for SslContextRef

The raw C type.

Constructs a shared instance of this type from its raw type.

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.