public final class AttestedCredentialData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
@NonNull ByteArray |
getAaguid()
The AAGUID of the authenticator.
|
@NonNull ByteArray |
getCredentialId()
The credential ID of the attested credential.
|
@NonNull ByteArray |
getCredentialPublicKey()
The credential public key encoded in COSE_Key format, as defined in Section 7 of RFC 8152.
|
int |
hashCode() |
com.yubico.webauthn.data.AttestedCredentialData.AttestedCredentialDataBuilder |
toBuilder() |
java.lang.String |
toString() |
public com.yubico.webauthn.data.AttestedCredentialData.AttestedCredentialDataBuilder toBuilder()
@NonNull public @NonNull ByteArray getAaguid()
@NonNull public @NonNull ByteArray getCredentialId()
@NonNull public @NonNull ByteArray getCredentialPublicKey()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object