| Package | Description |
|---|---|
| software.amazon.awssdk.http.auth.aws.internal.signer.util |
| 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 byte[] |
SignerUtils.sign(byte[] data,
byte[] key,
SigningAlgorithm algorithm)
Sign given data using a key and a specific algorithm
|
Copyright © 2023. All rights reserved.