Lookup certificates issued by this issuer in the database.
This function can block, use lookup_certificates_issued_by_async to perform the lookup operation asynchronously.
| this | |
| issuer_raw_dn |
a ByteArray which holds the DER encoded issuer DN. |
| interaction |
used to interact with the user if necessary |
| flags |
Flags which affect the lookup operation. |
| cancellable |
a Cancellable, or null |
|
a newly allocated list of TlsCertificate objects. Use unref on each certificate, and g_list_free on the release the list. |