Skip to content

Commit

Permalink
Fix typos in KeyEncryptionAlgorithm ECDH-ES+* enums (#737) (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
giotsintsadze authored Oct 27, 2023
1 parent 8231711 commit 04c4b35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ public enum KeyEncryptionAlgorithm {
RSA_OAEP("RSA-OAEP"),
RSA_OAEP_256("RSA-OAEP-256"),
ECDH_ES("ECDH-ES"),
ECDH_ES_A128KW("ECDH-ES+128KW"),
ECDH_ES_A192KW("ECDH-ES+192KW"),
ECDH_ES_A128KW("ECDH-ES+A128KW"),
ECDH_ES_A192KW("ECDH-ES+A192KW"),
ECDH_ES_A256KW("ECDH-ES+A256KW"),
A128KW("A128KW"),
A192KW("A192KW"),
Expand Down

0 comments on commit 04c4b35

Please sign in to comment.