AI-generated Key Takeaways
-
The
RegisterRequestParamsclass is deprecated and developers should use Fido APIs instead. -
This class provides parameters for a registration request in the context of the deprecated U2F API.
-
It includes methods to retrieve details such as App IDs, channel ID, display hint, and lists of register requests and registered keys.
public class RegisterRequestParams extends RequestParams
This class is deprecated.
Please use Fido APIs instead.
Params for a registration request.
Nested Class Summary
| class | RegisterRequestParams.Builder | Builds RegisterRequestParams. | |
Constant Summary
| int | MAX_DISPLAY_HINT_LENGTH |
Inherited Constant Summary
Public Method Summary
| boolean | |
| Set<Uri> | |
| Uri |
getAppId()
|
| ChannelIdValue | |
| String | |
| List<RegisterRequest> | |
| List<RegisteredKey> | |
| Integer | |
| Double | |
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Constants
public static final int MAX_DISPLAY_HINT_LENGTH
Constant Value: 80
Public Methods
public boolean equals (Object o)
public Set<Uri> getAllAppIds ()
Returns
- All appIds claimed by this request, including default one in global request, and appIds in individual challenges, if available.
public Uri getAppId ()
Returns
- Default appId in global request.
public ChannelIdValue getChannelIdValue ()
public String getDisplayHint ()
Returns
- The display hint (if any) that is displayed to the user.