Struct openssl::ssl::SslSessionRef [] [src]

pub struct SslSessionRef(_);

Methods

impl SslSessionRef
[src]

Returns the SSL session ID.

Returns the length of the master key.

Copies the master key into the provided buffer.

Returns the number of bytes written.

Trait Implementations

impl OpenSslTypeRef for SslSessionRef
[src]

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.