Package com.yubico.yubikit.fido.webauthn
Class PublicKeyCredentialUserEntity
java.lang.Object
com.yubico.yubikit.fido.webauthn.PublicKeyCredentialEntity
com.yubico.yubikit.fido.webauthn.PublicKeyCredentialUserEntity
-
Field Summary
FieldsFields inherited from class com.yubico.yubikit.fido.webauthn.PublicKeyCredentialEntity
NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
fromMap
(Map<String, ?> map, SerializationType serializationType) byte[]
getId()
int
hashCode()
toMap
(SerializationType serializationType) Methods inherited from class com.yubico.yubikit.fido.webauthn.PublicKeyCredentialEntity
getName
-
Field Details
-
ID
- See Also:
-
DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
PublicKeyCredentialUserEntity
-
-
Method Details
-
getId
public byte[] getId() -
getDisplayName
-
toMap
-
fromMap
public static PublicKeyCredentialUserEntity fromMap(Map<String, ?> map, SerializationType serializationType) -
equals
-
hashCode
public int hashCode()
-