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

The type of the key.

The user owner of the key.

The group owner of the key.

The permissions of the key.

The plaintext description of the key.