Documentation
¶
Index ¶
- Variables
- type Filter
- func (p *Filter) Add(key agent.AddedKey) error
- func (p *Filter) List() ([]*agent.Key, error)
- func (p *Filter) Lock(passphrase []byte) error
- func (p *Filter) Remove(key ssh.PublicKey) error
- func (p *Filter) RemoveAll() error
- func (p *Filter) Sign(key ssh.PublicKey, data []byte) (*ssh.Signature, error)
- func (p *Filter) Signers() ([]ssh.Signer, error)
- func (p *Filter) Unlock(passphrase []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidKey = errors.New("invalid key; this key is not handled by this agent") ErrNotImplemented = errors.New("not implemented") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.