AI-generated Key Takeaways
-
The PublicKeyCredentialRpEntity class represents information about a relying party associated with a credential.
-
It implements the Parcelable interface.
-
The class has a public constructor that takes an id, name, and icon as parameters.
-
It provides methods to get the icon, id, and name of the relying party, as well as standard methods like equals, hashCode, and writeToParcel.
Represents the information about a relying party with which a credential is associated.
Inherited Constant Summary
Public Constructor Summary
Public Method Summary
boolean | |
String |
getIcon()
|
String |
getId()
|
String |
getName()
|
int |
hashCode()
|
void |
writeToParcel(Parcel dest, int
flags)
|