Package com.yubico.webauthn.data
Class Extensions.Uvm.UvmEntry
- java.lang.Object
-
- com.yubico.webauthn.data.Extensions.Uvm.UvmEntry
-
- Enclosing class:
- Extensions.Uvm
public static final class Extensions.Uvm.UvmEntry extends java.lang.ObjectAuvmEntryas defined in §10.3. User Verification Method Extension (uvm).
-
-
Constructor Summary
Constructors Constructor Description UvmEntry(UserVerificationMethod userVerificationMethod, KeyProtectionType keyProtectionType, MatcherProtectionType matcherProtectionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)KeyProtectionTypegetKeyProtectionType()MatcherProtectionTypegetMatcherProtectionType()UserVerificationMethodgetUserVerificationMethod()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
UvmEntry
public UvmEntry(UserVerificationMethod userVerificationMethod, KeyProtectionType keyProtectionType, MatcherProtectionType matcherProtectionType)
-
-
Method Detail
-
getUserVerificationMethod
public UserVerificationMethod getUserVerificationMethod()
-
getKeyProtectionType
public KeyProtectionType getKeyProtectionType()
-
getMatcherProtectionType
public MatcherProtectionType getMatcherProtectionType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-