Skip to content

Commit 3015729

Browse files
committed
Add RS384 and RS512 to algorithm ID enum
1 parent 70d6d17 commit 3015729

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/data/COSEAlgorithmIdentifier.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public enum COSEAlgorithmIdentifier {
4343
EdDSA(-8),
4444
ES256(-7),
4545
RS256(-257),
46+
RS384(-258),
47+
RS512(-259),
4648
RS1(-65535);
4749

4850
@JsonValue @Getter private final long id;

0 commit comments

Comments
 (0)