| Package | Description |
|---|---|
| com.amazon.pay.api | |
| com.amazon.pay.api.types |
| Modifier and Type | Method and Description |
|---|---|
AmazonSignatureAlgorithm |
PayConfiguration.getAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
String |
SignatureHelper.generateSignature(String stringToSign,
PrivateKey privateKey,
AmazonSignatureAlgorithm algorithm)
Generates a signature for the string passed in
|
| Modifier and Type | Method and Description |
|---|---|
static AmazonSignatureAlgorithm |
AmazonSignatureAlgorithm.returnIfValidAlgorithm(String algorithm) |
static AmazonSignatureAlgorithm |
AmazonSignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmazonSignatureAlgorithm[] |
AmazonSignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.