Package ch.bailu.gtk.gio
Schnittstelle TlsDatabaseClass.OnVerifyChain
- Umschließende Klasse:
TlsDatabaseClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
onVerifyChain
(CallbackHandler __self, TlsDatabase self, TlsCertificate chain, Str purpose, SocketConnectable identity, TlsInteraction interaction, int flags, Cancellable cancellable)
-
Methodendetails
-
onVerifyChain
int onVerifyChain(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull TlsCertificate chain, @Nonnull Str purpose, @Nullable SocketConnectable identity, @Nullable TlsInteraction interaction, int flags, @Nullable Cancellable cancellable) - Parameter:
self
- a #GTlsDatabasechain
- a #GTlsCertificate chainpurpose
- the purpose that this certificate chain will be used for.identity
- the expected peer identityinteraction
- used to interact with the user if necessaryflags
- additional verify flagscancellable
- a #GCancellable, or %NULL- Gibt zurück:
- the appropriate #GTlsCertificateFlags which represents the result of verification.
-