| Package | Description |
|---|---|
| org.primeframework.jwt |
| Modifier and Type | Method and Description |
|---|---|
static RSAKeyPair |
JWTUtils.generate2048RSAKeyPair()
Generate a new public / private key pair using a 2048 bit RSA key.
|
static RSAKeyPair |
JWTUtils.generate3072RSAKeyPair()
Generate a new public / private key pair using a 3072 bit RSA key.
|
static RSAKeyPair |
JWTUtils.generate4096RSAKeyPair()
Generate a new public / private key pair using a 4096 bit RSA key.
|
Copyright © 2017. All rights reserved.