Class StatusReport

java.lang.Object
com.webauthn4j.metadata.data.toc.StatusReport
All Implemented Interfaces:
Serializable

public class StatusReport extends Object implements Serializable
Contains an AuthenticatorStatus and additional data associated with it, if any. New StatusReport entries will be added to report known issues present in firmware updates.
See Also:
  • Constructor Details

  • Method Details

    • getStatus

      public @NonNull AuthenticatorStatus getStatus()
    • getEffectiveDate

      public @Nullable LocalDate getEffectiveDate()
    • getCertificate

      public @Nullable X509Certificate getCertificate()
    • getUrl

      public @Nullable String getUrl()
    • getCertificationDescriptor

      public @Nullable String getCertificationDescriptor()
    • getCertificateNumber

      public @Nullable String getCertificateNumber()
    • getCertificationPolicyVersion

      public @Nullable String getCertificationPolicyVersion()
    • getCertificationRequirementsVersion

      public @Nullable String getCertificationRequirementsVersion()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object