golang.org/x/crypto/openpgp.Subkey.PrivateKey (field)
10 uses
golang.org/x/crypto/openpgp (current package)
keys.go#L47: PrivateKey *packet.PrivateKey
keys.go#L109: return Key{e, subkey.PublicKey, subkey.PrivateKey, subkey.Sig}, true
keys.go#L144: return Key{e, subkey.PublicKey, subkey.PrivateKey, subkey.Sig}, true
keys.go#L179: keys = append(keys, Key{e, subKey.PublicKey, subKey.PrivateKey, subKey.Sig})
keys.go#L227: if subKey.PrivateKey != nil && (!subKey.Sig.FlagsValid || subKey.Sig.FlagEncryptStorage || subKey.Sig.FlagEncryptCommunications) {
keys.go#L228: keys = append(keys, Key{e, subKey.PublicKey, subKey.PrivateKey, subKey.Sig})
keys.go#L440: subKey.PrivateKey = priv
keys.go#L567: PrivateKey: packet.NewRSAPrivateKey(creationTime, encryptingPriv),
keys.go#L580: e.Subkeys[0].PrivateKey.IsSubkey = true
keys.go#L612: err = subkey.PrivateKey.Serialize(w)
 |
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. |