Interface Gosling.IIdentityServerHandshakeCompletedListener
-
- Enclosing class:
- Gosling
public static interface Gosling.IIdentityServerHandshakeCompletedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onIdentityServerHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.Ed25519PrivateKey endpoint_private_key, java.lang.String endpoint_name, Gosling.V3OnionServiceId client_service_id, Gosling.X25519PublicKey client_auth_public_key)
-
-
-
Method Detail
-
onIdentityServerHandshakeCompletedEvent
void onIdentityServerHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.Ed25519PrivateKey endpoint_private_key, java.lang.String endpoint_name, Gosling.V3OnionServiceId client_service_id, Gosling.X25519PublicKey client_auth_public_key)
-
-