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 classAuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder.MandatoryStages 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilderattestationObject(@NonNull ByteArray attestationObject)AuthenticatorAttestationResponsebuild()AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilderclientDataJSON(@NonNull ByteArray clientDataJSON)java.lang.StringtoString()AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuildertransports(java.util.Set<AuthenticatorTransport> transports) 
 - 
 
- 
- 
Method Detail
- 
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(java.util.Set<AuthenticatorTransport> transports)
- Returns:
 this.
 
- 
build
public AuthenticatorAttestationResponse build() throws java.io.IOException, Base64UrlException
- Throws:
 java.io.IOExceptionBase64UrlException
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -