Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyLength = 32 NonceLength = 24 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
type Credentials struct {
Crypt *Crypt
}
func (*Credentials) IsExpired ¶
func (cc *Credentials) IsExpired() bool
func (*Credentials) Retrieve ¶
func (cc *Credentials) Retrieve() (credentials.Value, error)
Click to show internal directories.
Click to hide internal directories.