Class AttestedCredentialData

java.lang.Object
com.webauthn4j.data.attestation.authenticator.AttestedCredentialData

public class AttestedCredentialData extends Object
Attested credential data is a variable-length byte array added to the authenticator data when generating an attestation object for a given credential.
See Also:
  • Constructor Details

    • AttestedCredentialData

      public AttestedCredentialData(@NotNull @NotNull AAGUID aaguid, @NotNull @org.jetbrains.annotations.NotNull byte[] credentialId, @NotNull @NotNull COSEKey coseKey)
  • Method Details

    • getAaguid

      @NotNull public @NotNull AAGUID getAaguid()
    • getCredentialId

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getCredentialId()
    • getCOSEKey

      @NotNull public @NotNull COSEKey getCOSEKey()
    • equals

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object