| Class | Description |
|---|---|
| Signature | |
| Signer |
It is an intentional part of the design that the same Signer instance
can be reused on several HTTP Messages in a multi-threaded fashion
|
| Verifier |
A new instance of the Verifier class needs to be created for each signature.
|
| Enum | Description |
|---|---|
| Algorithm |
The cryptographic algorithms for the HTTP signature.
|
| Base64 |
Provides Base64 encoding and decoding as defined by RFC 2045.
|
| EC |
Utility for Elliptic Curve keys.
|
| Join | |
| PEM |
A PEM utility that can be used to read keys from PEM.
|
| RSA |
Utility for RSA keys.
|
| Signatures | |
| SigningAlgorithm |
The algorithm parameter contains the name of the signature's Algorithm,
as registered in the HTTP Signature Algorithms Registry defined by this document.
|
| Exception | Description |
|---|---|
| AuthenticationException | |
| MissingAlgorithmException | |
| MissingKeyIdException | |
| MissingRequiredHeaderException | |
| MissingSignatureException | |
| UnparsableSignatureException | |
| UnsupportedAlgorithmException |
Copyright © 2014-2020 Tomitribe Corporation. All Rights Reserved.