Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error string
const ( KeyNotFound Error = "key with specified signature not found" KeyExpired Error = "key with specified signature has expired" KeyNotMatched Error = "key for specified common name not found" KeyOverwrite Error = "cannot overwrite key" KeysNotComparable Error = "cannot compare keys using marshaled data" NoDefaultKeys Error = "key not found, no default key available" NoCachePrivateKeys Error = "cannot cache private keys in external store" NoStorePublicKeys Error = "private key required for internal store" InvalidSource Error = "key chain is not correctly configured" )
Click to show internal directories.
Click to hide internal directories.