lookup_certificates_issued_by_async
Description:
public virtual async List<TlsCertificate> lookup_certificates_issued_by_async (ByteArray issuer_raw_dn, TlsInteraction? interaction, TlsDatabaseLookupFlags flags, Cancellable? cancellable = null) throws Error
Asynchronously look up certificates issued by this issuer in the database.
See lookup_certificates_issued_by for more information.
The database may choose to hold a reference to the issuer byte array for the duration of this asynchronous operation. The byte array should not be modified during this time.
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 |
callback |
callback to call when the operation completes |
user_data |
the data to pass to the callback function |