AuthenticatorAttestationResponse

public classAuthenticatorAttestationResponseextendsAuthenticatorResponse

Represents a newly-created scoped credential, aka the response from a registration request.

SeeInformation About Public Key Credential

Inherited Constant Summary

Public Method Summary

static AuthenticatorAttestationResponse
deserializeFromBytes(byte[] serializedBytes)
De-serializes the AuthenticatorAttestationResponsefrom bytes, reversing serializeToBytes().
boolean
byte[]
ByteString
byte[]
ByteString
byte[]
getKeyHandle()
This method is deprecated. use PublicKeyCredential.getRawId()instead
ByteString
String[]
int
byte[]
String
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Public Methods

public static AuthenticatorAttestationResponsedeserializeFromBytes(byte[] serializedBytes)

De-serializes the AuthenticatorAttestationResponsefrom bytes, reversing serializeToBytes().

Returns

public booleanequals(Objectobj)

public byte[]getAttestationObject()

public ByteStringgetAttestationObjectAsByteString()

public byte[]getClientDataJSON()

public ByteStringgetClientDataJSONAsByteString()

public byte[]getKeyHandle()

This method is deprecated.
use PublicKeyCredential.getRawId()instead

public ByteStringgetKeyHandleAsByteString()

publicString[]getTransports()

public inthashCode()

public byte[]serializeToBytes()

Serializes the AuthenticatorAttestationResponseto bytes. Use deserializeFromBytes(byte[])to deserialize.

Returns
  • the serialized byte array.

publicStringtoString()

public voidwriteToParcel(Parceldest, int flags)