| Package | Description |
|---|---|
| com.webull.openapi.core.auth.signer | |
| com.webull.openapi.core.http |
| Modifier and Type | Method and Description |
|---|---|
static SignAlgorithm |
SignAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignAlgorithm[] |
SignAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Signer |
SignerFactory.get(SignAlgorithm signAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
SignAlgorithm |
HttpRequest.getSignAlgorithm() |
| Constructor and Description |
|---|
HttpRequest(String endpoint,
Integer port,
String requestUri,
String version,
HttpMethod method,
HttpProtocol protocol,
SignAlgorithm signAlgorithm) |
Copyright © 2025 Webull. All rights reserved.