Package com.webauthn4j.metadata.data.toc
Class BiometricStatusReport
java.lang.Object
com.webauthn4j.metadata.data.toc.BiometricStatusReport
Contains the current BiometricStatusReport of one of the authenticator's biometric component.
-
Constructor Summary
ConstructorsConstructorDescriptionBiometricStatusReport(@NotNull Integer certLevel, @NotNull BigInteger modality, @Nullable String effectiveData, @Nullable String certificationDescriptor, @Nullable String certificateNumber, @Nullable String certificationPolicyVersion, @Nullable String certificationRequirementsVersion) -
Method Summary
-
Constructor Details
-
BiometricStatusReport
public BiometricStatusReport(@NotNull @NotNull Integer certLevel, @NotNull @NotNull BigInteger modality, @Nullable @Nullable String effectiveData, @Nullable @Nullable String certificationDescriptor, @Nullable @Nullable String certificateNumber, @Nullable @Nullable String certificationPolicyVersion, @Nullable @Nullable String certificationRequirementsVersion)
-
-
Method Details