Module com.webauthn4j.core
Class HMACGetSecretAuthenticatorInput
java.lang.Object
com.webauthn4j.data.extension.authenticator.HMACGetSecretAuthenticatorInput
-
Constructor Summary
ConstructorsConstructorDescriptionHMACGetSecretAuthenticatorInput(@NotNull COSEKey keyAgreement, @org.jetbrains.annotations.NotNull byte[] saltEnc, @org.jetbrains.annotations.NotNull byte[] saltAuth) -
Method Summary
-
Constructor Details
-
HMACGetSecretAuthenticatorInput
public HMACGetSecretAuthenticatorInput(@NotNull @NotNull COSEKey keyAgreement, @NotNull @org.jetbrains.annotations.NotNull byte[] saltEnc, @NotNull @org.jetbrains.annotations.NotNull byte[] saltAuth)
-
-
Method Details