Struct keyutils::KeyDescription [] [src]

pub struct KeyDescription {
    pub type_: String,
    pub uid: uid_t,
    pub gid: gid_t,
    pub perms: KeyPermissions,
    pub description: String,
}

Structure representing the metadata about a key or keyring.

Fields

type_: String

The type of the key.

uid: uid_t

The user owner of the key.

gid: gid_t

The group owner of the key.

perms: KeyPermissions

The permissions of the key.

description: String

The plaintext description of the key.