Struct tss_sapi::Context [] [src]

pub struct Context { /* fields omitted */ }

Methods

impl Context
[src]

[src]

[src]

[src]

set the authentication password we will use

[src]

[src]

check if the TPM is owned or not

[src]

take ownership of the TPM setting the Owner, Endorsement or Lockout passwords to passwd

Trait Implementations

impl Debug for Context
[src]

[src]

Formats the value using the given formatter.

impl Drop for Context
[src]

[src]

Executes the destructor for this type. Read more