Interface | Description |
---|---|
RSAKeyProvider | Implementations of this interface must take care of providing a pair of RSA private/public keys |
Class | Description |
---|---|
AbstractJwtTokenGenerator | |
DefaultRSAKeyProvider | Generates a key pair on the fly. |
EncryptedJwtTokenGenerator | Generates RSA-encrypted JWT's |
FileRSAKeyProvider | Loads RSA public/private key's from files |
SignedJwtTokenGenerator | Generates JWT's protected using HMAC with SHA-256 |