importjava.security.SecureRandom;importcom.nimbusds.jose.jwk.source.ImmutableSecret;// Generate secretbyte[] secret =newbyte[32];newSecureRandom().nextBytes(secret);// Create JWK source backed by a singleton se