golang.org/x/crypto/openpgp/packet.PublicKey.IsSubkey (field)
10 uses
golang.org/x/crypto/openpgp/packet (current package)
packet.go#L376: pk.IsSubkey = true
packet.go#L388: p = &PublicKey{IsSubkey: isSubkey}
private_key.go#L186: if pk.IsSubkey {
public_key.go#L159: IsSubkey bool
public_key.go#L452: if pk.IsSubkey {
golang.org/x/crypto/openpgp
keys.go#L305: if pk, ok := p.(*packet.PublicKey); ok && !pk.IsSubkey {
keys.go#L362: if pkt.IsSubkey == false {
keys.go#L371: if pkt.IsSubkey == false {
keys.go#L579: e.Subkeys[0].PublicKey.IsSubkey = true
keys.go#L580: e.Subkeys[0].PrivateKey.IsSubkey = true
![]() |
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. |