Uses of Class
io.vertx.ext.auth.webauthn.PublicKeyCredential
-
Packages that use PublicKeyCredential Package Description io.vertx.ext.auth.webauthn -
-
Uses of PublicKeyCredential in io.vertx.ext.auth.webauthn
Methods in io.vertx.ext.auth.webauthn that return PublicKeyCredential Modifier and Type Method Description PublicKeyCredential
AttestationCertificates. getAlg()
static PublicKeyCredential
PublicKeyCredential. valueOf(int coseId)
Returns the enum constant of this type with the specified name.static PublicKeyCredential
PublicKeyCredential. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicKeyCredential[]
PublicKeyCredential. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.auth.webauthn that return types with arguments of type PublicKeyCredential Modifier and Type Method Description List<PublicKeyCredential>
WebAuthnOptions. getPubKeyCredParams()
Methods in io.vertx.ext.auth.webauthn with parameters of type PublicKeyCredential Modifier and Type Method Description WebAuthnOptions
WebAuthnOptions. addPubKeyCredParam(PublicKeyCredential pubKeyCredParam)
AttestationCertificates
AttestationCertificates. setAlg(PublicKeyCredential alg)
Method parameters in io.vertx.ext.auth.webauthn with type arguments of type PublicKeyCredential Modifier and Type Method Description WebAuthnOptions
WebAuthnOptions. setPubKeyCredParams(List<PublicKeyCredential> pubKeyCredParams)
-