pub trait Validate { fn validate(&self, pem: Option<&[u8]>) -> Result<&Self, VoucherError>; }
Used to COSE-validate a Voucher.
Voucher