Package com.webauthn4j.data
Class CoreRegistrationData
java.lang.Object
com.webauthn4j.data.CoreRegistrationData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegistrationData
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCoreRegistrationData(@Nullable AttestationObject attestationObject, @org.checkerframework.checker.nullness.qual.Nullable byte[] attestationObjectBytes, @org.checkerframework.checker.nullness.qual.Nullable byte[] clientDataHash) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable AttestationObject@org.checkerframework.checker.nullness.qual.Nullable byte[]@org.checkerframework.checker.nullness.qual.Nullable byte[]inthashCode()toString()
-
Constructor Details
-
CoreRegistrationData
public CoreRegistrationData(@Nullable AttestationObject attestationObject, @org.checkerframework.checker.nullness.qual.Nullable byte[] attestationObjectBytes, @org.checkerframework.checker.nullness.qual.Nullable byte[] clientDataHash)
-
-
Method Details
-
getAttestationObject
-
getAttestationObjectBytes
public @org.checkerframework.checker.nullness.qual.Nullable byte[] getAttestationObjectBytes() -
getClientDataHash
public @org.checkerframework.checker.nullness.qual.Nullable byte[] getClientDataHash() -
equals
-
hashCode
public int hashCode() -
toString
-