Module com.webauthn4j.core
Class HMACSecretRegistrationExtensionAuthenticatorOutput
java.lang.Object
com.webauthn4j.data.extension.SingleValueExtensionBase<T>
com.webauthn4j.data.extension.SingleValueExtensionOutputBase<Boolean>
com.webauthn4j.data.extension.authenticator.HMACSecretRegistrationExtensionAuthenticatorOutput
- All Implemented Interfaces:
ExtensionAuthenticatorOutput,RegistrationExtensionAuthenticatorOutput,ExtensionOutput
public class HMACSecretRegistrationExtensionAuthenticatorOutput
extends SingleValueExtensionOutputBase<Boolean>
implements RegistrationExtensionAuthenticatorOutput
-
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.ExtensionOutput
getValue
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
HMACSecretRegistrationExtensionAuthenticatorOutput
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceExtensionOutput- Specified by:
getIdentifierin classSingleValueExtensionBase<Boolean>
-
validate
public void validate()- Specified by:
validatein interfaceExtensionOutput
-