golang.org/x/crypto/openpgp/packet.PublicKeyV3.DaysToExpire (field)
4 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key_v3.go#L28: DaysToExpire uint16
public_key_v3.go#L63: pk.DaysToExpire = binary.BigEndian.Uint16(buf[5:7])
public_key_v3.go#L167: buf[5] = byte(pk.DaysToExpire >> 8)
public_key_v3.go#L168: buf[6] = byte(pk.DaysToExpire)
![]() |
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. |