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