java.lang.Object
com.webauthn4j.data.attestation.statement.Response

public class Response extends Object
  • Constructor Details

    • Response

      public Response(@Nullable @Nullable String nonce, @Nullable @Nullable Long timestampMs, @Nullable @Nullable String apkPackageName, @Nullable @Nullable String[] apkCertificateDigestSha256, @Nullable @Nullable String apkDigestSha256, @Nullable @Nullable Boolean ctsProfileMatch, @Nullable @Nullable Boolean basicIntegrity, @Nullable @Nullable String advice, @Nullable @Nullable String error)
    • Response

      public Response(@Nullable @Nullable String nonce, @Nullable @Nullable Long timestampMs, @Nullable @Nullable String apkPackageName, @Nullable @Nullable String[] apkCertificateDigestSha256, @Nullable @Nullable String apkDigestSha256, @Nullable @Nullable Boolean ctsProfileMatch, @Nullable @Nullable Boolean basicIntegrity, @Nullable @Nullable String advice)
  • Method Details

    • getNonce

      @Nullable public @Nullable String getNonce()
    • getTimestampMs

      @Nullable public @Nullable Long getTimestampMs()
    • getApkPackageName

      @Nullable public @Nullable String getApkPackageName()
    • getApkCertificateDigestSha256

      @Nullable public @Nullable String[] getApkCertificateDigestSha256()
    • getApkDigestSha256

      @Nullable public @Nullable String getApkDigestSha256()
    • getCtsProfileMatch

      @Nullable public @Nullable Boolean getCtsProfileMatch()
    • getBasicIntegrity

      @Nullable public @Nullable Boolean getBasicIntegrity()
    • getAdvice

      @Nullable public @Nullable String getAdvice()
    • getError

      @Nullable public @Nullable String getError()
    • toString

      public String toString()
      Overrides:
      toString in class Object