java.lang.Object
com.webauthn4j.data.attestation.statement.Response
All Implemented Interfaces:
Serializable

public class Response extends Object implements Serializable
See Also:
  • Constructor Details

    • Response

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

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

    • getNonce

      public @Nullable String getNonce()
    • getTimestampMs

      public @Nullable Long getTimestampMs()
    • getApkPackageName

      public @Nullable String getApkPackageName()
    • getApkCertificateDigestSha256

      public @Nullable String[] getApkCertificateDigestSha256()
    • getApkDigestSha256

      public @Nullable String getApkDigestSha256()
    • getCtsProfileMatch

      public @Nullable Boolean getCtsProfileMatch()
    • getBasicIntegrity

      public @Nullable Boolean getBasicIntegrity()
    • getAdvice

      public @Nullable String getAdvice()
    • getError

      public @Nullable String getError()
    • toString

      public String toString()
      Overrides:
      toString in class Object