golang.org/x/crypto/openpgp.Key.SelfSignature (field)
7 uses
golang.org/x/crypto/openpgp (current package)
keys.go#L57: SelfSignature *packet.Signature
keys.go#L195: if key.SelfSignature.RevocationReason != nil {
keys.go#L199: if key.SelfSignature.FlagsValid && requiredUsage != 0 {
keys.go#L201: if key.SelfSignature.FlagCertify {
keys.go#L204: if key.SelfSignature.FlagSign {
keys.go#L207: if key.SelfSignature.FlagEncryptCommunications {
keys.go#L210: if key.SelfSignature.FlagEncryptStorage {
![]() |
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. |