Interface Gosling.IIdentityServerHandshakeCompletedListener
- Enclosing class:
- Gosling
public static interface Gosling.IIdentityServerHandshakeCompletedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIdentityServerHandshakeCompletedEvent
(Gosling.Context context, long handshake_handle, Gosling.Ed25519PrivateKey endpoint_private_key, String endpoint_name, Gosling.V3OnionServiceId client_service_id, Gosling.X25519PublicKey client_auth_public_key)
-
Method Details
-
onIdentityServerHandshakeCompletedEvent
void onIdentityServerHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.Ed25519PrivateKey endpoint_private_key, String endpoint_name, Gosling.V3OnionServiceId client_service_id, Gosling.X25519PublicKey client_auth_public_key)
-