# Functions
No description provided by the author
No description provided by the author
NewHMacSigner instantiates a signer using HMAC using SHA-512 with the given private key.
No description provided by the author
NewRandomRSAKey generates a public/private key pair.
No description provided by the author
NewSigner instantiate a signer using RSASSA-PSS (SHA512) with the given private key.
Sign a json marshalled content and returns a protected JWS object using the full serialization format.
No description provided by the author
Verify parses the serialized, protected JWS object, than verifying the signature on the payload and unmarshal the payload into i.