Uses of Class
io.fusionauth.jwt.domain.KeyPair
Packages that use KeyPair
-
Uses of KeyPair in io.fusionauth.jwt
Methods in io.fusionauth.jwt that return KeyPairModifier and TypeMethodDescriptionstatic KeyPairJWTUtils.generate2048_RSAKeyPair()Generate a new public / private key pair using a 2048 bit RSA key.static KeyPairJWTUtils.generate256_ECKeyPair()Generate a new public / private key pair using a 256 bit EC key.static KeyPairJWTUtils.generate3072_RSAKeyPair()Generate a new public / private key pair using a 3072 bit RSA key.static KeyPairJWTUtils.generate384_ECKeyPair()Generate a new public / private key pair using a 384 bit EC key.static KeyPairJWTUtils.generate4096_RSAKeyPair()Generate a new public / private key pair using a 4096 bit RSA key.static KeyPairJWTUtils.generate521_ECKeyPair()Generate a new public / private key pair using a 521 bit EC key.