| Interface | Description |
|---|---|
| HmacSignature |
Utility class to handle generating HMAC signatures in REST requests.
|
| Class | Description |
|---|---|
| DefaultHmacSignature |
TODO
|
| HmacAuthorizor |
Creates
Authorization objects based on HMAC values in HTTP Authorization headers. |
| HmacInputStream |
Decorates an
InputStream to pass all read bytes to a Mac. |
| HmacOutputStream |
Decorates an
OutputStream to pass all written bytes through a Mac. |
| HmacSignatureFactory |
Generates
HmacSignature objects for use in authenticating requests to a REST service. |
Copyright © 2017. All rights reserved.