Module com.webauthn4j.core
Class HMACSecretRegistrationExtensionAuthenticatorInput
java.lang.Object
com.webauthn4j.data.extension.SingleValueExtensionBase<T>
com.webauthn4j.data.extension.SingleValueExtensionInputBase<Boolean>
com.webauthn4j.data.extension.authenticator.HMACSecretRegistrationExtensionAuthenticatorInput
- All Implemented Interfaces:
ExtensionAuthenticatorInput,RegistrationExtensionAuthenticatorInput,ExtensionInput
public class HMACSecretRegistrationExtensionAuthenticatorInput
extends SingleValueExtensionInputBase<Boolean>
implements RegistrationExtensionAuthenticatorInput
-
Field Summary
Fields -
Constructor Summary
Constructors -
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:
-
-
Constructor Details
-
HMACSecretRegistrationExtensionAuthenticatorInput
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceExtensionInput- Specified by:
getIdentifierin classSingleValueExtensionBase<Boolean>
-
validate
public void validate()- Specified by:
validatein interfaceExtensionInput
-