java.lang.Object
com.webauthn4j.data.attestation.statement.ECCUnique
All Implemented Interfaces:
TPMUPublicId

public class ECCUnique extends Object implements TPMUPublicId
  • Constructor Summary

    Constructors
    Constructor
    Description
    ECCUnique(@org.jetbrains.annotations.NotNull byte[] x, @org.jetbrains.annotations.NotNull byte[] y)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(@Nullable Object o)
     
    @org.jetbrains.annotations.NotNull byte[]
     
    @org.jetbrains.annotations.NotNull byte[]
     
    @org.jetbrains.annotations.NotNull byte[]
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getBytes

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getBytes()
      Specified by:
      getBytes in interface TPMUPublicId