Interface Gosling.IIdentityClientHandshakeCompletedListener
-
- Enclosing class:
- Gosling
public static interface Gosling.IIdentityClientHandshakeCompletedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onIdentityClientHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId identity_service_id, Gosling.V3OnionServiceId endpoint_service_id, java.lang.String endpoint_name, Gosling.X25519PrivateKey client_auth_private_key)
-
-
-
Method Detail
-
onIdentityClientHandshakeCompletedEvent
void onIdentityClientHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId identity_service_id, Gosling.V3OnionServiceId endpoint_service_id, java.lang.String endpoint_name, Gosling.X25519PrivateKey client_auth_private_key)
-
-