lookup_certificates_issued_by
Description:
public virtual List<TlsCertificate> lookup_certificates_issued_by (ByteArray issuer_raw_dn, TlsInteraction? interaction, TlsDatabaseLookupFlags flags, Cancellable? cancellable = null) throws Error
Look up certificates issued by this issuer in the database.
This function can block, use lookup_certificates_issued_by_async to perform the lookup operation asynchronously.
Parameters:
| 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 |
Returns:
|
a newly allocated list of TlsCertificate objects. Use unref on each certificate, and g_list_free on the release the list. |