java.lang.Object
com.webauthn4j.data.attestation.authenticator.AAGUID

public class AAGUID extends Object
  • Field Details

    • ZERO

      public static final AAGUID ZERO
    • NULL

      public static final AAGUID NULL
  • Constructor Details

    • AAGUID

      public AAGUID(@Nullable @Nullable UUID value)
    • AAGUID

      public AAGUID(@Nullable @org.jetbrains.annotations.Nullable byte[] value)
    • AAGUID

      public AAGUID(@Nullable @Nullable String value)
  • Method Details

    • getValue

      @Nullable public @Nullable UUID getValue()
    • getBytes

      @Nullable public @org.jetbrains.annotations.Nullable byte[] getBytes()
    • equals

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

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

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object