Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type YubikeyPasswordCache ¶
type YubikeyPasswordCache struct {
// contains filtered or unexported fields
}
func New ¶
func New(serial string) *YubikeyPasswordCache
func (*YubikeyPasswordCache) Delete ¶
func (ypc *YubikeyPasswordCache) Delete() error
Removes a password from Cache Database
func (*YubikeyPasswordCache) Read ¶
func (ypc *YubikeyPasswordCache) Read() (string, error)
Read password (if any) from Cache Database
func (*YubikeyPasswordCache) Write ¶
func (ypc *YubikeyPasswordCache) Write(password string) error
Save password to Cache Database
Click to show internal directories.
Click to hide internal directories.