Documentation ¶
Index ¶
Constants ¶
View Source
const LocalKeyURIPrefix = "local-lock://"
LocalKeyURIPrefix for locally stored keys.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalAEAD ¶
type LocalAEAD struct {
// contains filtered or unexported fields
}
LocalAEAD represents a local kms aead service invoking a local SecretLock to a particular key URI. Instances of LocalAEAD are invoked internally by Tink for wrapping/unwrapping keys. It must not be used elsewhere.
Click to show internal directories.
Click to hide internal directories.