com.google.android.gms.fido.u2f.api.common | Doclava
package

com.google.android.gms.fido.u2f.api.common

Classes

ChannelIdValue Represents the TLS channel ID value used in the ClientData object in the FIDO U2F specifications, http://fidoalliance.org/specs/fido-u2f-v1.0-ps-20141009/ fido-u2f-raw-message-formats-ps-20141009.html#client-data  
ClientData Represents the ClientData object defined in the FIDO U2F specifications, http://fidoalliance.org/specs/fido-u2f-v1.0-ps-20141009/ fido-u2f-raw-message-formats-ps-20141009.html#client-data  
ClientData.Builder Builder for ClientData
Error Represents a U2F Error object. 
ErrorResponseData Represents a U2F Error Response Data object. 
KeyHandle An object representing a Security Key key handle and associated attributes. 
RegisteredKey Represents a previously registered U2F Key. 
RegisterRequest Represents a register request from the server. 
RegisterRequestParams Params for a registration request. 
RegisterRequestParams.Builder Builds RegisterRequestParams. 
RegisterResponseData A utility class to produce a U2F RegisterResponse object. 
RequestParams Interface representing FIDO U2F request parameters. 
ResponseData Interface representing a U2F response. 
SignRequestParams Params for a signature request. 
SignRequestParams.Builder Builds SignRequestParams. 
SignResponseData A utility class to produce a U2F SignResponse object. 

Enums

ChannelIdValue.ChannelIdValueType The type of value stored by this ChannelIdValue. 
ErrorCode Error codes defined by the FIDO U2F API, http://fidoalliance.org/specs/fido-u2f-v1.0-ps-20141009/fido-u2f-javascript-api-ps-20141009.html  
ProtocolVersion U2F protocol versions  

Exceptions

ChannelIdValue.UnsupportedChannelIdValueTypeException Exception thrown when an unsupported or unrecognized ChannelIdValueType is encountered. 
ProtocolVersion.UnsupportedProtocolException Exception thrown when an unsupported or unrecognized protocol version is encountered.