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