public class SignRequestParams extends RequestParams
This class is deprecated.
Please use Fido APIs instead.
Params for a signature request.
Nested Class Summary
| class | SignRequestParams.Builder | Builds SignRequestParams. | |
Constant Summary
| int | MAX_DISPLAY_HINT_LENGTH |
Inherited Constant Summary
Public Method Summary
| boolean | |
| Set<Uri> | |
| Uri |
getAppId()
|
| ChannelIdValue | |
| byte[] | |
| String | |
| 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 byte[] getDefaultSignChallenge ()
public String getDisplayHint ()
Returns
- The display hint (if any) that is displayed to the user.