PublicKeyCredentialEntity | Doclava
public class

PublicKeyCredentialEntity

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.fido.fido2.api.common.PublicKeyCredentialEntity

Class Overview

Represents information about a Relying Party with which a credential is associated.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
PublicKeyCredentialEntity(String id, String name, String icon)
Public Methods
boolean equals(Object obj)
String getIcon()
String getId()
String getName()
int hashCode()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public PublicKeyCredentialEntity (String id, String name, String icon)

Parameters
id String
name String
icon String

Public Methods

public boolean equals (Object obj)

Parameters
obj Object
Returns
boolean

public String getIcon ()

Returns
String

public String getId ()

Returns
String

public String getName ()

Returns
String

public int hashCode ()

Returns
int

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int