Uses of Class
io.jans.fido2.model.mds.AuthenticatorCertificationStatus
-
Packages that use AuthenticatorCertificationStatus Package Description io.jans.fido2.model.mds -
-
Uses of AuthenticatorCertificationStatus in io.jans.fido2.model.mds
Methods in io.jans.fido2.model.mds that return AuthenticatorCertificationStatus Modifier and Type Method Description static AuthenticatorCertificationStatus
AuthenticatorCertificationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticatorCertificationStatus[]
AuthenticatorCertificationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-