mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-04 12:29:09 +00:00
Fix Typo in Reference Docs
This commit is contained in:
parent
77de91ad60
commit
a139a0052d
@ -6651,7 +6651,7 @@ Use the KeyGenerators.secureRandom factory methods to generate a BytesKeyGenerat
|
||||
|
||||
[source,java]
|
||||
----
|
||||
KeyGenerator generator = KeyGenerators.secureRandom();
|
||||
BytesKeyGenerator generator = KeyGenerators.secureRandom();
|
||||
byte[] key = generator.generateKey();
|
||||
----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user