| Package | Description |
|---|---|
| com.stormpath.sdk.impl.http.authc |
| Modifier and Type | Method and Description |
|---|---|
static MacAlgorithm |
MacAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacAlgorithm[] |
MacAlgorithm.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[] |
SAuthc1RequestAuthenticator.sign(byte[] data,
byte[] key,
MacAlgorithm algorithm) |
protected byte[] |
SAuthc1RequestAuthenticator.sign(String stringData,
byte[] key,
MacAlgorithm algorithm) |
Copyright © 2012–2014. All rights reserved.