| Package | Description |
|---|---|
| com.aliyun.openservices.ons.api.impl.authority |
| Modifier and Type | Field and Description |
|---|---|
static SigningAlgorithm |
OnsAuthSigner.DEFAULT_ALGORITHM |
| Modifier and Type | Method and Description |
|---|---|
static SigningAlgorithm |
SigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
SigningAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OnsAuthSigner.calSignature(byte[] data,
String key,
SigningAlgorithm algorithm,
Charset charset) |
static String |
OnsAuthSigner.calSignature(String data,
String key,
SigningAlgorithm algorithm,
Charset charset) |
Copyright © 2012–2019. All rights reserved.