Methods |
public
|
exists(string $key): bool
Dot-notation key to lookup
Dot-notation key to lookup
|
#
|
public
|
set(string $key, mixed $value, bool $raw = false): bool
Set a keyring value
|
#
|
public
|
forget(string $key): bool
|
#
|
public
|
reencode(string $value, string $old_secret): string|null
Re-encode value by previous secret
Re-encode value by previous secret
|
#
|
public
|
encode(string $value): string
Create a keyring literal
|
#
|
public
|
dump(): array
|
#
|
public
|
get(string $key): string|null
Fetch raw keyring value
|
#
|
public
|
valid(string $value): bool
Encoded value is valid for this digest
Encoded value is valid for this digest
|
#
|