Package org.tomitribe.auth.signatures
-
Class Summary 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 fashionVerifier A new instance of the Verifier class needs to be created for each signature. -
Enum Summary 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.