jose-0.1.26.0: Javascript Object Signing and Encryption

Safe HaskellNone

Crypto.JOSE.Legacy

Description

Types to deal with the legacy JSON Web Key formats used with Mozilla Persona.

Synopsis

Documentation

data JWK' Source

Legacy JSON Web Key data type.

genRSA' :: Int -> IO (JWK', JWK')Source

Generate a legacy RSA keypair.