golang.org/x/crypto/openpgp/packet.Signature.SignUserId (method)
4 uses
golang.org/x/crypto/openpgp/packet (current package)
signature.go#L578: func (sig *Signature) SignUserId(id string, pub *PublicKey, priv *PrivateKey, config *Config) error {
golang.org/x/crypto/openpgp
keys.go#L548: err = e.Identities[uid.Id].SelfSignature.SignUserId(uid.Id, e.PrimaryKey, e.PrivateKey, config)
keys.go#L602: err = ident.SelfSignature.SignUserId(ident.UserId.Id, e.PrimaryKey, e.PrivateKey, config)
keys.go#L688: if err := sig.SignUserId(identity, e.PrimaryKey, signer.PrivateKey, config); err != nil {
 |
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. |