crypto/x509.RevocationList.ThisUpdate (field)

3 uses

	crypto/x509 (current package)
		x509.go#L2107: 	ThisUpdate time.Time
		x509.go#L2142: 	if template.NextUpdate.Before(template.ThisUpdate) {
		x509.go#L2174: 		ThisUpdate: template.ThisUpdate.UTC(),