java.lang.Object
com.webauthn4j.verifier.CoreRegistrationObject
- Direct Known Subclasses:
RegistrationObject
-
Constructor Summary
ConstructorsConstructorDescriptionCoreRegistrationObject(@NotNull AttestationObject attestationObject, @org.jetbrains.annotations.NotNull byte[] attestationObjectBytes, @org.jetbrains.annotations.NotNull byte[] clientDataHash, @NotNull CoreServerProperty serverProperty) CoreRegistrationObject(@NotNull AttestationObject attestationObject, @org.jetbrains.annotations.NotNull byte[] attestationObjectBytes, @org.jetbrains.annotations.NotNull byte[] clientDataHash, @NotNull CoreServerProperty serverProperty, @NotNull Instant timestamp) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull AttestationObject@org.jetbrains.annotations.NotNull byte[]@org.jetbrains.annotations.NotNull byte[]@org.jetbrains.annotations.NotNull byte[]@NotNull CoreServerProperty@NotNull InstantinthashCode()
-
Constructor Details
-
CoreRegistrationObject
public CoreRegistrationObject(@NotNull @NotNull AttestationObject attestationObject, @NotNull @org.jetbrains.annotations.NotNull byte[] attestationObjectBytes, @NotNull @org.jetbrains.annotations.NotNull byte[] clientDataHash, @NotNull @NotNull CoreServerProperty serverProperty, @NotNull @NotNull Instant timestamp) -
CoreRegistrationObject
public CoreRegistrationObject(@NotNull @NotNull AttestationObject attestationObject, @NotNull @org.jetbrains.annotations.NotNull byte[] attestationObjectBytes, @NotNull @org.jetbrains.annotations.NotNull byte[] clientDataHash, @NotNull @NotNull CoreServerProperty serverProperty)
-
-
Method Details
-
getAttestationObject
-
getAttestationObjectBytes
@NotNull public @org.jetbrains.annotations.NotNull byte[] getAttestationObjectBytes() -
getAuthenticatorDataBytes
@NotNull public @org.jetbrains.annotations.NotNull byte[] getAuthenticatorDataBytes() -
getClientDataHash
@NotNull public @org.jetbrains.annotations.NotNull byte[] getClientDataHash() -
getServerProperty
-
getTimestamp
-
equals
-
hashCode
public int hashCode()
-