This seems from vertx-auth-webauthn, but COSE algorithm enum should be renamed from PublicKeyCredential.
WebAuthn standard uses the name PublicKeyCredential for other type.
COSE algorithm type should be COSEAlgorithm or COSEAlgorithmIdentifier.
https://www.w3.org/TR/webauthn-3/#typedefdef-cosealgorithmidentifier
https://github.com/eclipse-vertx/vertx-auth/blob/f0f869b20a116dc17dc2cfd204705a83048982ff/vertx-auth-webauthn/src/main/java/io/vertx/ext/auth/webauthn/PublicKeyCredential.java#L25
This seems from
vertx-auth-webauthn
, but COSE algorithm enum should be renamed fromPublicKeyCredential
. WebAuthn standard uses the namePublicKeyCredential
for other type. COSE algorithm type should beCOSEAlgorithm
orCOSEAlgorithmIdentifier
. https://www.w3.org/TR/webauthn-3/#typedefdef-cosealgorithmidentifier