public class BrktAuth extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BrktAuth.CryptoException |
| Constructor and Description |
|---|
BrktAuth(String hostname,
int port,
String macKey,
String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateAuthHeader(String httpMethod,
String path)
Generate the value for the
Authorization HTTP header. |
public String generateAuthHeader(String httpMethod, String path)
Authorization HTTP header.BrktAuth.CryptoException - in the unlikely event that JDK encryption is not configured properly.Copyright © 2015. All rights reserved.