SignRequestParams

  • The SignRequestParams class is deprecated and users should use Fido APIs instead.

  • This class is used for parameters related to a signature request.

  • A nested class, SignRequestParams.Builder, is available to build SignRequestParams.

  • The class includes methods to retrieve information such as app IDs, channel ID value, default sign challenge, display hint, registered keys, request ID, and timeout in seconds.

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
ChannelIdValue
byte[]
String
List<RegisteredKey>
Integer
Double
int
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.

public List<RegisteredKey> getRegisteredKeys ()

public Integer getRequestId ()

public Double getTimeoutSeconds ()

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)