Package com.yubico.webauthn.data
Class AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder
- java.lang.Object
-
- com.yubico.webauthn.data.AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder
-
- Enclosing class:
- AuthenticatorAttestationResponse
public static class AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder.MandatoryStages
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder
attestationObject(@NonNull ByteArray attestationObject)
AuthenticatorAttestationResponse
build()
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder
clientDataJSON(@NonNull ByteArray clientDataJSON)
java.lang.String
toString()
-
-
-
Method Detail
-
attestationObject
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder attestationObject(@NonNull @NonNull ByteArray attestationObject)
-
clientDataJSON
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder clientDataJSON(@NonNull @NonNull ByteArray clientDataJSON)
-
build
public AuthenticatorAttestationResponse build() throws java.io.IOException, Base64UrlException
- Throws:
java.io.IOException
Base64UrlException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-