fn verify(parsed_subject: Parsed, parsed_issuer: Parsed, now_sec: i64) VerifyError!void

This function verifies:

  • That the subject’s issuer is indeed the provided issuer.
  • The time validity of the subject.
  • The signature.

Parameters

parsed_subject: Parsed,
parsed_issuer: Parsed,
now_sec: i64,