golang.org/x/crypto/openpgp/packet.Config.Now (method)
7 uses
golang.org/x/crypto/openpgp/packet (current package)
config.go#L72: func (c *Config) Now() time.Time {
golang.org/x/crypto/openpgp
keys.go#L507: creationTime := config.Now()
keys.go#L685: CreationTime: config.Now(),
write.go#L74: sig.CreationTime = config.Now()
write.go#L175: signKey, ok := signed.signingKey(config.Now())
write.go#L288: encryptKeys[i], ok = to[i].encryptionKey(config.Now())
write.go#L389: CreationTime: s.config.Now(),
![]() |
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. |