If this certificate has been rejected and n
is less than the number of rejection reasons, return a
TLSCertificateRejection representing the n
th rejection
reason (starting from 0).
With n
== 0 this is equivalent to get_rejection
.
this |
a TLS certificate |
n |
the rejection reason to return; if 0, return the same thing as |
a TLSCertificateRejection, or |