We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1132c commit 5778192Copy full SHA for 5778192
docs/src/docs/asciidoc/examples/src/main/java/sample/userinfo/EnableUserInfoSecurityConfig.java
@@ -144,7 +144,7 @@ public JWKSource<SecurityContext> jwkSource() {
144
return new ImmutableJWKSet<>(jwkSet);
145
}
146
147
- private static KeyPair generateRsaKey() { // <6>
+ private static KeyPair generateRsaKey() {
148
KeyPair keyPair;
149
try {
150
KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance("RSA");
0 commit comments