Class HMACGetSecretOutput

java.lang.Object
com.webauthn4j.data.extension.HMACGetSecretOutput
All Implemented Interfaces:
Serializable

public class HMACGetSecretOutput extends Object implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    HMACGetSecretOutput(@org.checkerframework.checker.nullness.qual.NonNull byte[] output1)
     
    HMACGetSecretOutput(@org.checkerframework.checker.nullness.qual.NonNull byte[] output1, @org.checkerframework.checker.nullness.qual.Nullable byte[] output2)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    @org.checkerframework.checker.nullness.qual.NonNull byte[]
     
    @org.checkerframework.checker.nullness.qual.Nullable byte[]
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HMACGetSecretOutput

      public HMACGetSecretOutput(@org.checkerframework.checker.nullness.qual.NonNull byte[] output1, @org.checkerframework.checker.nullness.qual.Nullable byte[] output2)
    • HMACGetSecretOutput

      public HMACGetSecretOutput(@org.checkerframework.checker.nullness.qual.NonNull byte[] output1)
  • Method Details

    • getOutput1

      public @org.checkerframework.checker.nullness.qual.NonNull byte[] getOutput1()
    • getOutput2

      public @org.checkerframework.checker.nullness.qual.Nullable byte[] getOutput2()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object