Interface Gosling.IIdentityClientHandshakeBuildChallengeResponseListener
-
- Enclosing class:
- Gosling
public static interface Gosling.IIdentityClientHandshakeBuildChallengeResponseListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onIdentityClientHandshakeBuildChallengeResponseEvent(Gosling.Context context, long handshake_handle, byte[] challenge_buffer, byte[] out_challenge_response_buffer)
-
-
-
Method Detail
-
onIdentityClientHandshakeBuildChallengeResponseEvent
void onIdentityClientHandshakeBuildChallengeResponseEvent(Gosling.Context context, long handshake_handle, byte[] challenge_buffer, byte[] out_challenge_response_buffer)
-
-