Skip to content

Commit ce05b2d

Browse files
committed
Fix incorrect links in preferredPubKeyParams JavaDoc
1 parent 07e289a commit ce05b2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/RelyingParty.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ public class RelyingParty {
210210
* <ol>
211211
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#ES256 ES256}
212212
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#EdDSA EdDSA}
213-
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#ES256 ES384}
214-
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#ES256 ES512}
213+
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#ES384 ES384}
214+
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#ES512 ES512}
215215
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#RS256 RS256}
216216
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#RS384 RS384}
217217
* <li>{@link com.yubico.webauthn.data.PublicKeyCredentialParameters#RS512 RS512}

webauthn-server-core/src/main/java/com/yubico/webauthn/RelyingPartyV2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ public class RelyingPartyV2<C extends CredentialRecord> {
224224
* <ol>
225225
* <li>{@link PublicKeyCredentialParameters#ES256 ES256}
226226
* <li>{@link PublicKeyCredentialParameters#EdDSA EdDSA}
227-
* <li>{@link PublicKeyCredentialParameters#ES256 ES384}
228-
* <li>{@link PublicKeyCredentialParameters#ES256 ES512}
227+
* <li>{@link PublicKeyCredentialParameters#ES384 ES384}
228+
* <li>{@link PublicKeyCredentialParameters#ES512 ES512}
229229
* <li>{@link PublicKeyCredentialParameters#RS256 RS256}
230230
* <li>{@link PublicKeyCredentialParameters#RS384 RS384}
231231
* <li>{@link PublicKeyCredentialParameters#RS512 RS512}

0 commit comments

Comments
 (0)