Uses of Interface
com.bybit.api.client.security.SignatureGenerator
-
Packages that use SignatureGenerator Package Description com.bybit.api.client.security com.bybit.api.client.websocket.callback com.bybit.api.client.websocket.impl -
-
Uses of SignatureGenerator in com.bybit.api.client.security
Classes in com.bybit.api.client.security that implement SignatureGenerator Modifier and Type Class Description classHmacSHA256SignerUtility class to sign messages using HMAC-SHA256. -
Uses of SignatureGenerator in com.bybit.api.client.websocket.callback
Constructors in com.bybit.api.client.websocket.callback with parameters of type SignatureGenerator Constructor Description WebSocketApiRequestHandler(WebSocketConnection connection, String apiKey, SignatureGenerator signatureGenerator) -
Uses of SignatureGenerator in com.bybit.api.client.websocket.impl
Constructors in com.bybit.api.client.websocket.impl with parameters of type SignatureGenerator Constructor Description WebSocketApiClientImpl(String apiKey, SignatureGenerator signatureGenerator)WebSocketApiClientImpl(String apiKey, SignatureGenerator signatureGenerator, String baseUrl)
-