| // This file was auto-generated by the veyron vdl tool. |
| "v.io/core/veyron2/security" |
| "v.io/core/veyron2/uniqueid" |
| // The non-user imports are prefixed with "__" to prevent collisions. |
| __vdl "v.io/core/veyron2/vdl" |
| // NotRevokedCaveat is used to implement revocation. |
| // It validates iff the parameter is not included in a list of blacklisted |
| // The third-party discharging service checks this revocation caveat against a |
| // database of blacklisted (revoked) keys before issuing a discharge. |
| var NotRevokedCaveat = security.CaveatDescriptor{ |
| ParamType: __vdl.TypeOf([]byte("")), |