Package | Description |
---|---|
io.fusionauth.jwt |
Modifier and Type | Method and Description |
---|---|
static KeyPair |
JWTUtils.generate2048_RSAKeyPair()
Generate a new public / private key pair using a 2048 bit RSA key.
|
static KeyPair |
JWTUtils.generate256_ECKeyPair()
Generate a new public / private key pair using a 256 bit EC key.
|
static KeyPair |
JWTUtils.generate3072_RSAKeyPair()
Generate a new public / private key pair using a 3072 bit RSA key.
|
static KeyPair |
JWTUtils.generate384_ECKeyPair()
Generate a new public / private key pair using a 384 bit EC key.
|
static KeyPair |
JWTUtils.generate4096_RSAKeyPair()
Generate a new public / private key pair using a 4096 bit RSA key.
|
static KeyPair |
JWTUtils.generate521_ECKeyPair()
Generate a new public / private key pair using a 521 bit EC key.
|
Copyright © 2021. All rights reserved.