RegisteredKey

public classRegisteredKeyextendsObject
implementsParcelable

This class is deprecated.
Please useFidoAPIs instead.

Represents a previously registered U2F Key.

Inherited Constant Summary

Public Constructor Summary

RegisteredKey(KeyHandle keyHandle,String challengeValue,StringappId)

Public Method Summary

boolean
equals(Objectobj)
Generated by Eclipse.
String
String
KeyHandle
int
hashCode()
Generated by Eclipse.
staticRegisteredKey
parseFromJson(JSONObject signRequest)
Parses a U2F sign request JSON object as a RegisteredKey.
JSONObject
String
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Public Constructors

publicRegisteredKey(KeyHandle keyHandle,String challengeValue,StringappId)

publicRegisteredKey(KeyHandle keyHandle)

Public Methods

public booleanequals(Objectobj)

Generated by Eclipse.

publicStringgetAppId()

publicStringgetChallengeValue()

publicKeyHandle getKeyHandle()

public inthashCode()

Generated by Eclipse.

public staticRegisteredKey parseFromJson(JSONObject signRequest)

Parses a U2F sign request JSON object as a RegisteredKey.

Throws
JSONException if the request is not well formed.

publicJSONObject toJson()

publicStringtoString()

public voidwriteToParcel(Parceldest, int flags)