Class Ctap2Session.CredentialData

java.lang.Object
com.yubico.yubikit.fido.ctap.Ctap2Session.CredentialData
Enclosing class:
Ctap2Session

public static class Ctap2Session.CredentialData extends Object
Data class holding the result of makeCredential.
  • Method Details

    • getAuthenticatorData

      public byte[] getAuthenticatorData()
      The AuthenticatorData object.
      Returns:
      the AuthenticatorData
      See Also:
    • getFormat

      public String getFormat()
      The attestation statement format identifier.
      Returns:
      the format of the attestation
    • getAttestationStatement

      public Map<String,?> getAttestationStatement()
      The attestation statement, whose format is identified by the "fmt" object member.
      Returns:
      the attestation statement
    • getEnterpriseAttestation

      @Nullable public Boolean getEnterpriseAttestation()
      Indicates whether an enterprise attestation was returned for this credential.
      Returns:
      null or false if enterprise attestation was not returned, otherwise true
    • getLargeBlobKey

      @Nullable public byte[] getLargeBlobKey()
      The largeBlobKey for the credential, if requested with the largeBlobKey extension.
      Returns:
      the largeBlobKey for the credential