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

public class RSAUnique extends Object implements TPMUPublicId
  • Constructor Details

    • RSAUnique

      public RSAUnique(@NotNull @org.jetbrains.annotations.NotNull byte[] n)
  • Method Details

    • getN

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getN()
    • 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