Skip to content

Commit 491b9a3

Browse files
committed
Add @SInCE tags to Ed448 constants
1 parent 305e56d commit 491b9a3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public enum COSEAlgorithmIdentifier {
8585
* The signature scheme Ed448 as defined in <a href="https://www.rfc-editor.org/rfc/rfc8032">RFC
8686
* 8032</a>.
8787
*
88+
* @since 2.8.0
8889
* @see <a href="https://www.iana.org/assignments/cose/cose.xhtml#algorithms">COSE Algorithms
8990
* registry</a>
9091
* @see <a

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ private PublicKeyCredentialParameters(
7777
/**
7878
* Algorithm {@link COSEAlgorithmIdentifier#Ed448} and type {@link
7979
* PublicKeyCredentialType#PUBLIC_KEY}.
80+
*
81+
* @since 2.8.0
8082
*/
8183
public static final PublicKeyCredentialParameters Ed448 =
8284
builder().alg(COSEAlgorithmIdentifier.Ed448).build();

0 commit comments

Comments
 (0)