type golang.org/x/crypto/ssh/agent.Key
17 uses
golang.org/x/crypto/ssh/agent (current package)
client.go#L47: List() ([]*Key, error)
client.go#L234: type Key struct {
client.go#L246: func (k *Key) String() string {
client.go#L257: func (k *Key) Type() string {
client.go#L262: func (k *Key) Marshal() []byte {
client.go#L267: func (k *Key) Verify(data []byte, sig *ssh.Signature) error {
client.go#L280: func parseKey(in []byte) (out *Key, rest []byte, err error) {
client.go#L296: return &Key{
client.go#L399: func (c *client) List() ([]*Key, error) {
client.go#L413: keys := make([]*Key, msg.NumKeys)
client.go#L416: var key *Key
keyring.go#L126: func (r *keyring) List() ([]*Key, error) {
keyring.go#L135: var ids []*Key
keyring.go#L138: ids = append(ids, &Key{
server.go#L46: func marshalKey(k *Key) []byte {
server.go#L95: return nil, s.agent.Remove(&Key{Format: wk.Format, Blob: req.KeyBlob})
server.go#L126: k := &Key{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |