package
0.3.5
Repository: https://github.com/google/fscrypt.git
Documentation: pkg.go.dev

# Functions

AddEncryptionKey adds an encryption policy key to a kernel keyring.
GetEncryptionKeyStatus gets the status of an encryption policy key in a kernel keyring.
RemoveEncryptionKey removes an encryption policy key from a kernel keyring.
UserKeyringID returns the key id of the target user's user keyring.

# Constants

The possible values of KeyStatus.
The possible values of KeyStatus.
The possible values of KeyStatus.
The possible values of KeyStatus.
The possible values of KeyStatus.
KeyType is always logon as required by filesystem encryption.

# Variables

Keyring error values.
Keyring error values.
Keyring error values.
Keyring error values.

# Structs

ErrAccessUserKeyring indicates that a user's keyring cannot be accessed.
ErrSessionUserKeyring indicates that a user's keyring is not linked into the session keyring.
Options are the options which specify *which* keyring the key should be added/removed/gotten to, and how.

# Type aliases

KeyStatus is an enum that represents the status of a key in a kernel keyring.