public static class AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder.MandatoryStages |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder |
attestationObject(@NonNull ByteArray attestationObject) |
AuthenticatorAttestationResponse |
build() |
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder |
clientDataJSON(@NonNull ByteArray clientDataJSON) |
java.lang.String |
toString() |
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder |
transports(java.util.Set<AuthenticatorTransport> transports) |
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder attestationObject(@NonNull @NonNull ByteArray attestationObject)
this.public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder clientDataJSON(@NonNull @NonNull ByteArray clientDataJSON)
this.public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder transports(java.util.Set<AuthenticatorTransport> transports)
this.public AuthenticatorAttestationResponse build() throws java.io.IOException, Base64UrlException
java.io.IOExceptionBase64UrlExceptionpublic java.lang.String toString()
toString in class java.lang.Object