Page Summary
-
The PublicKeyCredentialDescriptor class contains attributes used when referring to a credential as an input for registration or authentication.
-
It implements the Parcelable interface.
-
An exception is thrown for unsupported or unrecognized public key credential descriptors.
-
The class has constructors for creating a descriptor with type, ID, and transports, accepting the ID as either a byte array or ByteString.
-
Key methods allow getting the ID, transports, and type of the credential descriptor.
This class contains the attributes that are specified by a caller when referring to a credential as an input parameter to the registration or authentication method.
Nested Class Summary
| class | PublicKeyCredentialDescriptor.UnsupportedPubKeyCredDescriptorException | Exception thrown when an unsupported or unrecognized public key credential descriptor is encountered. | |
Inherited Constant Summary
Public Constructor Summary
Public Method Summary
| boolean | |
| byte[] |
getId()
|
| ByteString | |
| List<Transport> | |
| PublicKeyCredentialType |
getType()
|
| String | |
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|