public class RsaJwkGenerator extends Object
| Constructor and Description |
|---|
RsaJwkGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static RsaJsonWebKey |
generateJwk(int bits) |
static RsaJsonWebKey |
generateJwk(int bits,
String provider,
SecureRandom secureRandom) |
public static RsaJsonWebKey generateJwk(int bits) throws JoseException
JoseExceptionpublic static RsaJsonWebKey generateJwk(int bits, String provider, SecureRandom secureRandom) throws JoseException
JoseExceptionCopyright © 2022. All rights reserved.