type golang.org/x/crypto/openpgp.Identity
8 uses
golang.org/x/crypto/openpgp (current package)
keys.go#L29: Identities map[string]*Identity // indexed by Identity.Name
keys.go#L36: type Identity struct {
keys.go#L76: func (e *Entity) primaryIdentity() *Identity {
keys.go#L77: var firstIdentity *Identity
keys.go#L316: e.Identities = make(map[string]*Identity)
keys.go#L405: identity := new(Identity)
keys.go#L530: Identities: make(map[string]*Identity),
keys.go#L533: e.Identities[uid.Id] = &Identity{
![]() |
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. |