public class HttpSignatureHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
AUTHORIZATION_HEADER |
protected static String |
DATE_HEADER |
static String |
X_API_KEY_HEADER |
| Constructor and Description |
|---|
HttpSignatureHandler(AuthenticationHandlerConfiguration authConfig)
Create a
Signature template object using the incoming credentials. |
| Modifier and Type | Method and Description |
|---|---|
protected org.tomitribe.auth.signatures.Signer |
getSigner()
Get the Signer.
|
protected String |
getTodayDate()
Utility method to provide today date.
|
public static final String X_API_KEY_HEADER
protected static final String AUTHORIZATION_HEADER
protected static final String DATE_HEADER
public HttpSignatureHandler(AuthenticationHandlerConfiguration authConfig)
Signature template object using the incoming credentials.authConfig - Credentials containerprotected org.tomitribe.auth.signatures.Signer getSigner()
protected String getTodayDate()
Copyright © 2017. All rights reserved.