is_issuer
Description:
Check if issuer
could be the issuer of this certificate.
This is done by comparing the relevant subject and issuer fields. No signature check is done. Proper verification of certificates must be done via a crypto library.
Parameters:
this | |
issuer |
a possible issuer Certificate |
Returns:
whether |