public static final class Extensions.Uvm.UvmEntry
extends java.lang.Object
uvmEntry as defined in §10.3. User
Verification Method Extension (uvm).| Constructor and Description |
|---|
UvmEntry(UserVerificationMethod userVerificationMethod,
KeyProtectionType keyProtectionType,
MatcherProtectionType matcherProtectionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
KeyProtectionType |
getKeyProtectionType() |
MatcherProtectionType |
getMatcherProtectionType() |
UserVerificationMethod |
getUserVerificationMethod() |
int |
hashCode() |
java.lang.String |
toString() |
public UvmEntry(UserVerificationMethod userVerificationMethod, KeyProtectionType keyProtectionType, MatcherProtectionType matcherProtectionType)
public UserVerificationMethod getUserVerificationMethod()
public KeyProtectionType getKeyProtectionType()
public MatcherProtectionType getMatcherProtectionType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object