| Package | Description |
|---|---|
| com.emarsys.escher | |
| com.emarsys.escher.util |
| Modifier and Type | Method and Description |
|---|---|
String |
Escher.authenticate(EscherRequest request,
Map<String,String> keyDb,
InetSocketAddress address) |
String |
Escher.presignUrl(String url,
String accessKeyId,
String secret) |
String |
Escher.presignUrl(String url,
String accessKeyId,
String secret,
int expires) |
EscherRequest |
Escher.signRequest(EscherRequest request,
String accessKeyId,
String secret,
List<String> signedHeaders) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Hmac.hash(String text) |
static Instant |
DateTime.parseLongString(String text) |
static Instant |
DateTime.parseShortString(String text) |
static byte[] |
Hmac.sign(String hashAlgo,
byte[] key,
String data) |
static byte[] |
Hmac.sign(String hashAlgo,
String key,
String data) |
Copyright © 2025. All rights reserved.