(serial, aki, body string, expiry time.Time)
| 84 | GetOCSP(serial, aki string) ([]OCSPRecord, error) |
| 85 | GetUnexpiredOCSPs() ([]OCSPRecord, error) |
| 86 | UpdateOCSP(serial, aki, body string, expiry time.Time) error |
| 87 | UpsertOCSP(serial, aki, body string, expiry time.Time) error |
| 88 | } |
no outgoing calls