public final class SignatureConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ALGORITHM |
static String |
HMAC_SHA256
Supported signature internalAlgorithmName names.
|
| Constructor and Description |
|---|
SignatureConfiguration(String passphrase) |
SignatureConfiguration(String algorithm,
String passphrase) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getPassphrase() |
public static final String HMAC_SHA256
public static final String DEFAULT_ALGORITHM
public SignatureConfiguration(String passphrase)
Copyright © 2015–2016 Zalando SE. All rights reserved.