| Package | Description |
|---|---|
| com.webull.openapi.core.auth.composer | |
| com.webull.openapi.core.auth.signer | |
| com.webull.openapi.trade.grpc.auth |
| Modifier and Type | Method and Description |
|---|---|
static String |
DefaultSignatureComposer.getSign(Map<String,String> signParams,
String url,
String payload,
String secret,
Signer signer) |
static String |
DefaultSignatureComposer.getSign(String signString,
String secret,
Signer signer) |
| Modifier and Type | Class and Description |
|---|---|
class |
HmacSHA1Signer |
class |
SHA256withRSASigner |
| Modifier and Type | Method and Description |
|---|---|
Signer |
SignerFactory.get(SignAlgorithm signAlgorithm) |
| Constructor and Description |
|---|
SignatureCallCredentials(String appKey,
String appSecret,
String host,
Integer port,
String url,
byte[] requestBytes,
Signer signer) |
Copyright © 2025 Webull. All rights reserved.