Uses of Enum
io.vertx.ext.auth.webauthn4j.COSEAlgorithm
Packages that use COSEAlgorithm
-
Uses of COSEAlgorithm in io.vertx.ext.auth.webauthn4j
Subclasses with type arguments of type COSEAlgorithm in io.vertx.ext.auth.webauthn4jModifier and TypeClassDescriptionenumPublicKeyCredential https://www.iana.org/assignments/cose/cose.xhtml#algorithmsMethods in io.vertx.ext.auth.webauthn4j that return COSEAlgorithmModifier and TypeMethodDescriptionAttestationCertificates.getAlg()static COSEAlgorithmCOSEAlgorithm.valueOf(int coseId) Returns the enum constant of this type with the specified name.static COSEAlgorithmReturns 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 COSEAlgorithmMethods in io.vertx.ext.auth.webauthn4j with parameters of type COSEAlgorithmModifier and TypeMethodDescriptionWebAuthn4JOptions.addPubKeyCredParam(COSEAlgorithm pubKeyCredParam) AttestationCertificates.setAlg(COSEAlgorithm alg) Method parameters in io.vertx.ext.auth.webauthn4j with type arguments of type COSEAlgorithmModifier and TypeMethodDescriptionWebAuthn4JOptions.setPubKeyCredParams(List<COSEAlgorithm> pubKeyCredParams)