public final enum PublicKeyCredentialType extends Enum<PublicKeyCredentialType>
implements Parcelable
implements Parcelable
This enumeration defines the valid credential types.
Nested Class Summary
| class | PublicKeyCredentialType.UnsupportedPublicKeyCredTypeException | Exception thrown when an unsupported or unrecognized transport is encountered. | |
Inherited Constant Summary
From interface android.os.Parcelable
| int | CONTENTS_FILE_DESCRIPTOR | |
| int | PARCELABLE_WRITE_RETURN_VALUE |
Inherited Method Summary
From class java.lang.Enum
| final Object |
clone()
|
| final int |
compareTo(PublicKeyCredentialType
arg0)
|
| int |
compareTo(Object arg0)
|
| final Optional<EnumDesc<PublicKeyCredentialType>> |
describeConstable()
|
| final boolean |
equals(Object arg0)
|
| final void |
finalize()
|
| final Class<PublicKeyCredentialType> |
getDeclaringClass()
|
| final int |
hashCode()
|
| final String |
name()
|
| final int |
ordinal()
|
| String |
toString()
|
| static <T extends Enum<T>> T |
From class java.lang.Object
From interface java.lang.constant.Constable
| abstract Optional<? extends ConstantDesc> |
describeConstable()
|
From interface java.lang.Comparable
| abstract int |
compareTo(PublicKeyCredentialType
arg0)
|
From interface android.os.Parcelable
| abstract int |
describeContents()
|
| abstract void |
writeToParcel(Parcel arg0,
int arg1)
|