mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8350476: Fix typo introduced in JDK-8350147
Reviewed-by: jnimeh, jpai
This commit is contained in:
parent
39cb493c36
commit
990d40e98d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ import java.util.Objects;
|
|||
* new shared secret and key encapsulation message.
|
||||
* <p>
|
||||
*
|
||||
* Example operation using a ficticious {@code KEM} algorithm {@code ABC}:
|
||||
* Example operation using a fictitious {@code KEM} algorithm {@code ABC}:
|
||||
* {@snippet lang = java:
|
||||
* // Receiver side
|
||||
* KeyPairGenerator g = KeyPairGenerator.getInstance("ABC");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue