Package com.webauthn4j.data.extension
Class UvmEntry
- All Implemented Interfaces:
Serializable,Iterable<Number>,Collection<Number>,List<Number>
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionUvmEntry(@NonNull UserVerificationMethod userVerificationMethod, @NonNull KeyProtectionType keyProtectionType, @NonNull MatcherProtectionType matcherProtectionType) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull Numberget(int index) @NonNull KeyProtectionType@NonNull MatcherProtectionType@NonNull UserVerificationMethodinthashCode()intsize()Methods inherited from class java.util.AbstractList
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
UvmEntry
-
UvmEntry
public UvmEntry(@NonNull UserVerificationMethod userVerificationMethod, @NonNull KeyProtectionType keyProtectionType, @NonNull MatcherProtectionType matcherProtectionType)
-
-
Method Details
-
get
-
size
public int size()- Specified by:
sizein interfaceCollection<Number>- Specified by:
sizein interfaceList<Number>- Specified by:
sizein classAbstractCollection<Number>
-
getUserVerificationMethod
-
getKeyProtectionType
-
getMatcherProtectionType
-
equals
- Specified by:
equalsin interfaceCollection<Number>- Specified by:
equalsin interfaceList<Number>- Overrides:
equalsin classAbstractList<Number>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<Number>- Specified by:
hashCodein interfaceList<Number>- Overrides:
hashCodein classAbstractList<Number>
-