public final class CollectedClientData
extends java.lang.Object
Constructor and Description |
---|
CollectedClientData(@NonNull ByteArray clientDataJSON) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
@NonNull ByteArray |
getChallenge()
The base64url encoding of the challenge provided by the Relying Party.
|
@NonNull java.lang.String |
getOrigin()
The fully qualified origin of the requester, as provided to the authenticator by the client, in the syntax
defined by RFC 6454.
|
java.util.Optional<TokenBindingInfo> |
getTokenBinding()
Information about the state of the Token Binding protocol used
when communicating with the Relying Party.
|
@NonNull java.lang.String |
getType()
The type of the requested operation, set by the client.
|
int |
hashCode() |
java.lang.String |
toString() |
public CollectedClientData(@NonNull @NonNull ByteArray clientDataJSON) throws java.io.IOException, Base64UrlException
java.io.IOException
Base64UrlException
public final java.util.Optional<TokenBindingInfo> getTokenBinding()
@NonNull public @NonNull ByteArray getChallenge()
@NonNull public @NonNull java.lang.String getOrigin()
@NonNull public @NonNull java.lang.String getType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object