golang.org/x/crypto/openpgp/packet.Signature.IsPrimaryId (field)
10 uses
golang.org/x/crypto/openpgp/packet (current package)
signature.go#L58: IsPrimaryId *bool
signature.go#L323: sig.IsPrimaryId = new(bool)
signature.go#L325: *sig.IsPrimaryId = true
signature.go#L714: if sig.IsPrimaryId != nil && *sig.IsPrimaryId {
golang.org/x/crypto/openpgp
keys.go#L82: if ident.SelfSignature.IsPrimaryId != nil && *ident.SelfSignature.IsPrimaryId {
keys.go#L169: } else if ident.SelfSignature.IsPrimaryId != nil && *ident.SelfSignature.IsPrimaryId {
keys.go#L541: IsPrimaryId: &isPrimaryId,
![]() |
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. |