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 Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionattestationObject
(@NonNull ByteArray attestationObject) build()
clientDataJSON
(@NonNull ByteArray clientDataJSON) toString()
transports
(Set<AuthenticatorTransport> transports)
-
Method Details
-
attestationObject
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder attestationObject(@NonNull @NonNull ByteArray attestationObject) - Returns:
this
.
-
clientDataJSON
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder clientDataJSON(@NonNull @NonNull ByteArray clientDataJSON) - Returns:
this
.
-
transports
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder transports(Set<AuthenticatorTransport> transports) - Returns:
this
.
-
build
- Throws:
IOException
Base64UrlException
-
toString
-