public class RegistrationData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RegistrationData(AttestationObject attestationObject,
byte[] attestationObjectBytes,
CollectedClientData collectedClientData,
byte[] collectedClientDataBytes,
AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput<?>> clientExtensions,
java.util.Set<AuthenticatorTransport> transports) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AttestationObject |
getAttestationObject() |
byte[] |
getAttestationObjectBytes() |
AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput<?>> |
getClientExtensions() |
CollectedClientData |
getCollectedClientData() |
byte[] |
getCollectedClientDataBytes() |
java.util.Set<AuthenticatorTransport> |
getTransports() |
int |
hashCode() |
public RegistrationData(AttestationObject attestationObject, byte[] attestationObjectBytes, CollectedClientData collectedClientData, byte[] collectedClientDataBytes, AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput<?>> clientExtensions, java.util.Set<AuthenticatorTransport> transports)
public AttestationObject getAttestationObject()
public byte[] getAttestationObjectBytes()
public CollectedClientData getCollectedClientData()
public byte[] getCollectedClientDataBytes()
public AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput<?>> getClientExtensions()
public java.util.Set<AuthenticatorTransport> getTransports()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object