java.lang.Object | |||
↳ | com.google.android.gms.fido.fido2.api.common.RequestOptions | ||
↳ | com.google.android.gms.fido.fido2.api.common.BrowserRequestOptions | ||
↳ | com.google.android.gms.fido.fido2.api.common.BrowserPublicKeyCredentialRequestOptions |
Parameters for a signature request from a Web Browser.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BrowserPublicKeyCredentialRequestOptions.Builder | Builds BrowserPublicKeyCredentialRequestOptions |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
De-serializes the
BrowserPublicKeyCredentialRequestOptions from bytes, reversing serializeToBytes() . | |||||||||||
Serializes the
BrowserPublicKeyCredentialRequestOptions to bytes. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
De-serializes the BrowserPublicKeyCredentialRequestOptions
from bytes, reversing serializeToBytes()
. See go/gmscore-perf/reflectedparcelable for why we can't rely on Parcelable
behaviour.
Parameters | |
---|---|
serializedBytes |
byte : The serialized bytes. |
Returns | |
---|---|
BrowserPublicKeyCredentialRequestOptions |
The deserialized BrowserPublicKeyCredentialRequestOptions .
|
Parameters | |
---|---|
o |
Object |
Returns | |
---|---|
boolean |
Returns | |
---|---|
byte[] |
Returns | |
---|---|
Uri |
Returns | |
---|---|
Integer |
Returns | |
---|---|
Double |
Returns | |
---|---|
int |
Serializes the BrowserPublicKeyCredentialRequestOptions
to bytes. Use deserializeFromBytes(byte[])
to deserialize. See go/gmscore-perf/reflectedparcelable for why
we can't rely on Parcelable
behaviour.
Returns | |
---|---|
byte[] |
the serialized byte array. |
Parameters | |
---|---|
dest |
Parcel |
flags |
int |