Struct keyutils::KeyManager [] [src]

pub struct KeyManager {
    // some fields omitted
}

TODO

Methods

impl KeyManager
[src]

fn instantiate(self, keyring: &Keyring, payload: &[u8]) -> Result<()>

TODO

fn reject(self, keyring: &Keyring, timeout: u32, error: Errno) -> Result<()>

TODO

fn negate(self, keyring: &Keyring, timeout: u32) -> Result<()>

TODO