golang.org/x/crypto/ssh.Certificate.ValidAfter (field)
5 uses
golang.org/x/crypto/ssh (current package)
certs.go#L60: ValidAfter uint64
certs.go#L187: ValidAfter: g.ValidAfter,
certs.go#L404: if after := int64(cert.ValidAfter); after < 0 || unixNow < int64(cert.ValidAfter) {
certs.go#L472: ValidAfter: uint64(c.ValidAfter),
![]() |
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. |