Class MatcherProtections

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<com.webauthn4j.data.MatcherProtectionType>
com.webauthn4j.metadata.legacy.data.statement.MatcherProtections
All Implemented Interfaces:
Iterable<com.webauthn4j.data.MatcherProtectionType>, Collection<com.webauthn4j.data.MatcherProtectionType>, Set<com.webauthn4j.data.MatcherProtectionType>

@Deprecated public class MatcherProtections extends AbstractSet<com.webauthn4j.data.MatcherProtectionType>
Deprecated.
  • Constructor Details

    • MatcherProtections

      public MatcherProtections(int value)
      Deprecated.
  • Method Details

    • iterator

      public Iterator<com.webauthn4j.data.MatcherProtectionType> iterator()
      Deprecated.
      Specified by:
      iterator in interface Collection<com.webauthn4j.data.MatcherProtectionType>
      Specified by:
      iterator in interface Iterable<com.webauthn4j.data.MatcherProtectionType>
      Specified by:
      iterator in interface Set<com.webauthn4j.data.MatcherProtectionType>
      Specified by:
      iterator in class AbstractCollection<com.webauthn4j.data.MatcherProtectionType>
    • size

      public int size()
      Deprecated.
      Specified by:
      size in interface Collection<com.webauthn4j.data.MatcherProtectionType>
      Specified by:
      size in interface Set<com.webauthn4j.data.MatcherProtectionType>
      Specified by:
      size in class AbstractCollection<com.webauthn4j.data.MatcherProtectionType>