Class KeyProtections

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

@Deprecated public class KeyProtections extends AbstractSet<com.webauthn4j.data.KeyProtectionType>
Deprecated.
  • Constructor Details

    • KeyProtections

      public KeyProtections(int value)
      Deprecated.
  • Method Details

    • iterator

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

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