| Package | Description |
|---|---|
| com.aliyun.sdk.gateway.pop | |
| com.aliyun.sdk.gateway.pop.auth | |
| com.aliyun.sdk.gateway.pop.auth.signer |
| Modifier and Type | Field and Description |
|---|---|
static SignatureAlgorithm |
Configuration.DEFAULT_SIGNATURE_ALGORRITHM_V1 |
static SignatureAlgorithm |
Configuration.DEFAULT_SIGNATURE_ALGORRITHM_V3 |
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
Configuration.signatureAlgorithmV1() |
SignatureAlgorithm |
Configuration.signatureAlgorithmV3() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.setSignatureAlgorithmV1(SignatureAlgorithm signatureAlgorithmV1) |
Configuration |
Configuration.setSignatureAlgorithmV3(SignatureAlgorithm signatureAlgorithmV3) |
| Modifier and Type | Method and Description |
|---|---|
static SignatureAlgorithm |
SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureAlgorithm[] |
SignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
PopV1Signer.getSignerName() |
SignatureAlgorithm |
PopSigner.getSignerName() |
SignatureAlgorithm |
PopV3Signer.getSignerName() |
| Constructor and Description |
|---|
PopV1Signer(SignatureAlgorithm algorithm) |
PopV3Signer(SignatureAlgorithm algorithm) |
Copyright © 2022. All rights reserved.