| Class | Description |
|---|---|
| AbstractGenericSMPClient<IMPLTYPE extends AbstractGenericSMPClient<IMPLTYPE>> |
Abstract base class for SMP clients - wraps all the HTTP stuff
Note: this class is also licensed under Apache 2 license, as it was not part
of the original implementation
|
| AbstractSMPResponseHandler<T> |
Abstract
ResponseHandler implementation that ensures a leak free
usage of the returned response. |
| SMPHttpResponseHandlerSigned<T> |
This is the Apache HTTP client response handler to verify signed HTTP
response messages.
|
| SMPHttpResponseHandlerUnsigned<T> |
This is the Apache HTTP client response handler to verify unsigned HTTP
response messages.
|
| SMPHttpResponseHandlerWriteOperations |
This is the Apache HTTP client response handler for messages which don't
deliver a response body (PUT or DELETE HTTP operations).
|
| TrustStoreBasedX509KeySelector |
Finds and returns a key using the data contained in a
KeyInfo object |
Copyright © 2015–2017 Philip Helger. All rights reserved.