java.lang.Object
com.webauthn4j.data.attestation.statement.ECCUnique
- All Implemented Interfaces:
TPMUPublicId
-
Constructor Summary
ConstructorsConstructorDescriptionECCUnique(@org.jetbrains.annotations.NotNull byte[] x, @org.jetbrains.annotations.NotNull byte[] y) -
Method Summary
-
Constructor Details
-
ECCUnique
public ECCUnique(@NotNull @org.jetbrains.annotations.NotNull byte[] x, @NotNull @org.jetbrains.annotations.NotNull byte[] y)
-
-
Method Details
-
getX
@NotNull public @org.jetbrains.annotations.NotNull byte[] getX() -
getY
@NotNull public @org.jetbrains.annotations.NotNull byte[] getY() -
equals
-
hashCode
public int hashCode() -
getBytes
@NotNull public @org.jetbrains.annotations.NotNull byte[] getBytes()- Specified by:
getBytesin interfaceTPMUPublicId
-