java.lang.Object
com.webauthn4j.data.extension.HMACGetSecretOutput
-
Constructor Summary
ConstructorsConstructorDescriptionHMACGetSecretOutput(@org.jetbrains.annotations.NotNull byte[] output1) HMACGetSecretOutput(@org.jetbrains.annotations.NotNull byte[] output1, @org.jetbrains.annotations.Nullable byte[] output2) -
Method Summary
Modifier and TypeMethodDescriptionboolean@org.jetbrains.annotations.NotNull byte[]@org.jetbrains.annotations.Nullable byte[]inthashCode()
-
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