public class RegistrationObject
extends java.lang.Object
| Constructor and Description |
|---|
RegistrationObject(CollectedClientData collectedClientData,
byte[] collectedClientDataBytes,
AttestationObject attestationObject,
byte[] attestationObjectBytes,
byte[] authenticatorDataBytes,
java.util.Set<AuthenticatorTransport> transports,
AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput> clientExtensions,
ServerProperty serverProperty) |
RegistrationObject(CollectedClientData collectedClientData,
byte[] collectedClientDataBytes,
AttestationObject attestationObject,
byte[] attestationObjectBytes,
byte[] authenticatorDataBytes,
java.util.Set<AuthenticatorTransport> transports,
AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput> clientExtensions,
ServerProperty serverProperty,
java.time.LocalDateTime timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AttestationObject |
getAttestationObject() |
byte[] |
getAttestationObjectBytes() |
byte[] |
getAuthenticatorDataBytes() |
AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput> |
getClientExtensions() |
CollectedClientData |
getCollectedClientData() |
byte[] |
getCollectedClientDataBytes() |
ServerProperty |
getServerProperty() |
java.time.LocalDateTime |
getTimestamp() |
java.util.Set<AuthenticatorTransport> |
getTransports() |
int |
hashCode() |
public RegistrationObject(CollectedClientData collectedClientData, byte[] collectedClientDataBytes, AttestationObject attestationObject, byte[] attestationObjectBytes, byte[] authenticatorDataBytes, java.util.Set<AuthenticatorTransport> transports, AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput> clientExtensions, ServerProperty serverProperty)
public RegistrationObject(CollectedClientData collectedClientData, byte[] collectedClientDataBytes, AttestationObject attestationObject, byte[] attestationObjectBytes, byte[] authenticatorDataBytes, java.util.Set<AuthenticatorTransport> transports, AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput> clientExtensions, ServerProperty serverProperty, java.time.LocalDateTime timestamp)
public CollectedClientData getCollectedClientData()
public byte[] getCollectedClientDataBytes()
public AttestationObject getAttestationObject()
public byte[] getAttestationObjectBytes()
public byte[] getAuthenticatorDataBytes()
public java.util.Set<AuthenticatorTransport> getTransports()
public AuthenticationExtensionsClientOutputs<RegistrationExtensionClientOutput> getClientExtensions()
public ServerProperty getServerProperty()
public java.time.LocalDateTime getTimestamp()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object