File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,9 @@ public class Step3 {
144
144
* {@link RegisteredCredentialBuilder#publicKeyCose(ByteArray) publicKeyCose} is a required
145
145
* parameter.
146
146
*
147
+ * <p>The return value of {@link RegistrationResult#getPublicKeyCose()} is a suitable
148
+ * argument for this method.
149
+ *
147
150
* <p>Alternatively, the public key can be specified using the {@link
148
151
* #publicKeyEs256Raw(ByteArray)} method if the key is stored in the U2F format (<code>
149
152
* ALG_KEY_ECC_X962_RAW</code> as specified in <a
@@ -187,6 +190,9 @@ public RegisteredCredentialBuilder publicKeyEs256Raw(ByteArray publicKeyEs256Raw
187
190
* href="https://tools.ietf.org/html/rfc8152">RFC 8152</a>. This method overwrites {@link
188
191
* #publicKeyEs256Raw(ByteArray)}.
189
192
*
193
+ * <p>The return value of {@link RegistrationResult#getPublicKeyCose()} is a suitable argument
194
+ * for this method.
195
+ *
190
196
* <p>This is used to verify the {@link AuthenticatorAssertionResponse#getSignature() signature}
191
197
* in authentication assertions.
192
198
*
You can’t perform that action at this time.
0 commit comments