Class Response
java.lang.Object
com.webauthn4j.data.attestation.statement.Response
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResponse(@Nullable String nonce, @Nullable Long timestampMs, @Nullable String apkPackageName, @Nullable String[] apkCertificateDigestSha256, @Nullable String apkDigestSha256, @Nullable Boolean ctsProfileMatch, @Nullable Boolean basicIntegrity, @Nullable String advice) 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) -
Method Summary