Package ch.bailu.gtk.gio
Interface TlsDatabaseClass.OnLookupCertificatesIssuedBy
- Enclosing class:
- TlsDatabaseClass
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiononLookupCertificatesIssuedBy
(CallbackHandler __self, TlsDatabase self, ByteArray issuer_raw_dn, TlsInteraction interaction, int flags, Cancellable cancellable)
-
Method Details
-
onLookupCertificatesIssuedBy
List onLookupCertificatesIssuedBy(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull ByteArray issuer_raw_dn, @Nullable TlsInteraction interaction, int flags, @Nullable Cancellable cancellable) - Parameters:
self
- a #GTlsDatabaseissuer_raw_dn
- a #GByteArray which holds the DER encoded issuer DN.interaction
- used to interact with the user if necessaryflags
- Flags which affect the lookup operation.cancellable
- a #GCancellable, or %NULL- Returns:
- a newly allocated list of #GTlsCertificate objects. Use g_object_unref() on each certificate, and g_list_free() on the release the list.
-