File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/data Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments