Package | Description |
---|---|
software.amazon.awssdk.auth.signer.internal |
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 |
---|---|
protected byte[] |
AbstractAwsSigner.sign(byte[] data,
byte[] key,
SigningAlgorithm algorithm) |
protected byte[] |
AbstractAwsSigner.sign(String stringData,
byte[] key,
SigningAlgorithm algorithm) |
protected String |
AbstractAwsSigner.signAndBase64Encode(String data,
String key,
SigningAlgorithm algorithm)
Computes an RFC 2104-compliant HMAC signature and returns the result as a
Base64 encoded string.
|
Copyright © 2019. All rights reserved.