Interface Gosling.IIdentityClientHandshakeCompletedListener
- Enclosing class:
- Gosling
public static interface Gosling.IIdentityClientHandshakeCompletedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIdentityClientHandshakeCompletedEvent
(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId identity_service_id, Gosling.V3OnionServiceId endpoint_service_id, String endpoint_name, Gosling.X25519PrivateKey client_auth_private_key)
-
Method Details
-
onIdentityClientHandshakeCompletedEvent
void onIdentityClientHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId identity_service_id, Gosling.V3OnionServiceId endpoint_service_id, String endpoint_name, Gosling.X25519PrivateKey client_auth_private_key)
-