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.Object
AuvmEntry
as 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 boolean
equals(java.lang.Object o)
KeyProtectionType
getKeyProtectionType()
MatcherProtectionType
getMatcherProtectionType()
UserVerificationMethod
getUserVerificationMethod()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-