This class is deprecated.
Please use Fido APIs instead.
Params for a signature request.
Inherited Constant Summary
From interface android.os.Parcelable
| int |
CONTENTS_FILE_DESCRIPTOR |
|
| int |
PARCELABLE_STABILITY_LOCAL |
|
| int |
PARCELABLE_STABILITY_VINTF |
|
| int |
PARCELABLE_WRITE_RETURN_VALUE |
|
Inherited Method Summary
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
From interface android.os.Parcelable
| abstract int |
describeContents()
|
| int |
getStability()
|
| abstract void |
writeToParcel( Parcel arg0,
int arg1)
|
Constants
public static final int
MAX_DISPLAY_HINT_LENGTH
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 byte[] getDefaultSignChallenge ()
public String getDisplayHint ()
Returns
- The display hint (if any) that is displayed to the user.
public Double getTimeoutSeconds ()
public void writeToParcel (Parcel dest, int
flags)