This container class represents client output for extensions that can be passed into FIDO2 APIs.
Nested Class Summary
class | AuthenticationExtensionsClientOutputs.Builder | Builder for
AuthenticationExtensionsClientOutputs . |
Inherited Constant Summary
Public Method Summary
static AuthenticationExtensionsClientOutputs |
deserializeFromBytes(byte[] serializedBytes)
De-serializes the
AuthenticatorAssertionResponse from bytes, reversing
serializeToBytes() .
|
boolean | |
AuthenticationExtensionsCredPropsOutputs | |
UvmEntries | |
int |
hashCode()
|
byte[] |
serializeToBytes()
Serializes the
AuthenticationExtensionsClientOutputs to bytes.
|
void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Public Methods
public static AuthenticationExtensionsClientOutputs deserializeFromBytes (byte[] serializedBytes)
De-serializes the
AuthenticatorAssertionResponse
from bytes, reversing
serializeToBytes()
.
Returns
- The deserialized
AuthenticatorAssertionResponse
.
public boolean equals (Object obj)
public AuthenticationExtensionsCredPropsOutputs getCredProps ()
public UvmEntries getUvmEntries ()
public int hashCode ()
public byte[] serializeToBytes ()
Serializes the
AuthenticationExtensionsClientOutputs
to bytes. Use
deserializeFromBytes(byte[])
to deserialize.
Returns
- the serialized byte array.