Uses of Enum Class
io.quarkus.security.webauthn.WebAuthnRunTimeConfig.COSEAlgorithm
Packages that use WebAuthnRunTimeConfig.COSEAlgorithm
-
Uses of WebAuthnRunTimeConfig.COSEAlgorithm in io.quarkus.security.webauthn
Methods in io.quarkus.security.webauthn that return WebAuthnRunTimeConfig.COSEAlgorithmModifier and TypeMethodDescriptionWebAuthnRunTimeConfig.COSEAlgorithm.valueOf(int coseId) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static WebAuthnRunTimeConfig.COSEAlgorithm[]WebAuthnRunTimeConfig.COSEAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.security.webauthn that return types with arguments of type WebAuthnRunTimeConfig.COSEAlgorithmModifier and TypeMethodDescriptionWebAuthnRunTimeConfig.publicKeyCredentialParameters()Allowed Public Key Credential algorithms by preference order.