| Package | Description |
|---|---|
| com.stormpath.sdk.impl.http.authc |
| Modifier and Type | Method and Description |
|---|---|
void |
SAuthc1RequestAuthenticator.authenticate(Request request,
ApiKey apiKey) |
void |
RequestAuthenticator.authenticate(Request request,
ApiKey apiKey)
Implementations of this operation will prepare the authentication information as expected by the Stormpath API server.
|
void |
BasicRequestAuthenticator.authenticate(Request request,
ApiKey apiKey) |
void |
BasicAuthenticationRequestAuthenticator.authenticate(Request request,
ApiKey apiKey) |
protected byte[] |
SAuthc1RequestAuthenticator.hash(String text)
Hashes the string contents (assumed to be UTF-8) using the SHA-256
algorithm.
|
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.