Package com.yubico.yubikit.fido.webauthn
Class AuthenticatorAssertionResponse
java.lang.Object
com.yubico.yubikit.fido.webauthn.AuthenticatorResponse
com.yubico.yubikit.fido.webauthn.AuthenticatorAssertionResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorAssertionResponse
(byte[] clientDataJson, byte[] authenticatorData, byte[] signature, byte[] userHandle) -
Method Summary
Modifier and TypeMethodDescriptionboolean
fromMap
(Map<String, ?> map, SerializationType serializationType) byte[]
byte[]
byte[]
int
hashCode()
toMap
(SerializationType serializationType) Methods inherited from class com.yubico.yubikit.fido.webauthn.AuthenticatorResponse
getClientDataJson
-
Field Details
-
AUTHENTICATOR_DATA
- See Also:
-
SIGNATURE
- See Also:
-
USER_HANDLE
- See Also:
-
-
Constructor Details
-
AuthenticatorAssertionResponse
public AuthenticatorAssertionResponse(byte[] clientDataJson, byte[] authenticatorData, byte[] signature, @Nullable byte[] userHandle)
-
-
Method Details
-
getAuthenticatorData
public byte[] getAuthenticatorData() -
getSignature
public byte[] getSignature() -
getUserHandle
@Nullable public byte[] getUserHandle() -
toMap
- Specified by:
toMap
in classAuthenticatorResponse
-
fromMap
public static AuthenticatorAssertionResponse fromMap(Map<String, ?> map, SerializationType serializationType) -
equals
-
hashCode
public int hashCode()
-