golang.org/x/crypto/openpgp/packet.EncryptedKey.KeyId (field)
6 uses
golang.org/x/crypto/openpgp/packet (current package)
encrypted_key.go#L24: KeyId uint64
encrypted_key.go#L41: e.KeyId = binary.BigEndian.Uint64(buf[1:9])
encrypted_key.go#L123: binary.Write(w, binary.BigEndian, e.KeyId)
golang.org/x/crypto/openpgp
read.go#L114: md.EncryptedToKeyIds = append(md.EncryptedToKeyIds, p.KeyId)
read.go#L122: if p.KeyId == 0 {
read.go#L125: keys = keyring.KeysById(p.KeyId)
![]() |
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. |