- generate(boolean) - Method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a new JWK set for a Connect2id server.
- generateAndPrefixNewKeys(JWKSet, boolean) - Method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
A generates a new set of signing and encryption keys and prefixes
them to the specified Connect2id server JWK set.
- generateEncryptionAESKey(String) - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a 128 bit AES encryption key with the specified key ID.
- generateEncryptionECKey(Curve, String) - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates an EC encryption key with the specified curve and key ID.
- generateEncryptionRSAKey(String) - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a 2048 bit RSA encryption key with the specified key ID.
- generateHMACSHA256Key() - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a 256 bit HMAC SHA key with key ID "hmac".
- generatePermanentKeys(boolean) - Method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a new set of permanent keys for a Connect2id server.
- generateRefreshTokenEncryptionKey() - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a 256 bit refresh token encryption key (intended for AES
SIV mode) with key ID "refresh-token-encrypt".
- generateRotatingKeys(KeyIDs, boolean) - Method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a new set of rotating signature and encryption keys for a
Connect2id server.
- generateSigningECKey(Curve, String) - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates an EC signing key with the specified curve and key ID.
- generateSigningEd25519Key(String) - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates an Ed25519 signing key with the specified key ID.
- generateSigningRSAKey(String) - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a 2048 bit RSA signing key with the specified key ID.
- generateSubjectEncryptionKey() - Static method in class com.nimbusds.openid.connect.provider.jwksetgen.JWKSetGenerator
-
Generates a 256 bit subject encryption key (intended for AES SIV
mode) with key ID "subject-encrypt".