Class HMACGetSecretOutput

java.lang.Object
com.webauthn4j.data.extension.HMACGetSecretOutput

public class HMACGetSecretOutput extends Object
  • Constructor Details

    • HMACGetSecretOutput

      public HMACGetSecretOutput(@NotNull @org.jetbrains.annotations.NotNull byte[] output1, @Nullable @org.jetbrains.annotations.Nullable byte[] output2)
    • HMACGetSecretOutput

      public HMACGetSecretOutput(@NotNull @org.jetbrains.annotations.NotNull byte[] output1)
  • Method Details

    • getOutput1

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getOutput1()
    • getOutput2

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object