Module com.webauthn4j.core
Class HMACSecretAuthenticationExtensionAuthenticatorInput
java.lang.Object
com.webauthn4j.data.extension.SingleValueExtensionBase<T>
com.webauthn4j.data.extension.SingleValueExtensionInputBase<HMACGetSecretAuthenticatorInput>
com.webauthn4j.data.extension.authenticator.HMACSecretAuthenticationExtensionAuthenticatorInput
- All Implemented Interfaces:
AuthenticationExtensionAuthenticatorInput,ExtensionAuthenticatorInput,ExtensionInput
public class HMACSecretAuthenticationExtensionAuthenticatorInput
extends SingleValueExtensionInputBase<HMACGetSecretAuthenticatorInput>
implements AuthenticationExtensionAuthenticatorInput
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.webauthn4j.data.extension.SingleValueExtensionBase
equals, getValue, getValue, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.webauthn4j.data.extension.ExtensionInput
getValue
-
Field Details
-
ID
- See Also:
-
KEY_HMAC_SECRET
- See Also:
-
-
Constructor Details
-
HMACSecretAuthenticationExtensionAuthenticatorInput
public HMACSecretAuthenticationExtensionAuthenticatorInput(@NotNull @NotNull HMACGetSecretAuthenticatorInput value)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceExtensionInput- Specified by:
getIdentifierin classSingleValueExtensionBase<HMACGetSecretAuthenticatorInput>
-
validate
public void validate()- Specified by:
validatein interfaceExtensionInput
-