Module com.webauthn4j.core
Class HMACSecretAuthenticationExtensionAuthenticatorOutput
java.lang.Object
com.webauthn4j.data.extension.SingleValueExtensionBase<T>
com.webauthn4j.data.extension.SingleValueExtensionOutputBase<byte[]>
com.webauthn4j.data.extension.authenticator.HMACSecretAuthenticationExtensionAuthenticatorOutput
- All Implemented Interfaces:
AuthenticationExtensionAuthenticatorOutput,ExtensionAuthenticatorOutput,ExtensionOutput
public class HMACSecretAuthenticationExtensionAuthenticatorOutput
extends SingleValueExtensionOutputBase<byte[]>
implements AuthenticationExtensionAuthenticatorOutput
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHMACSecretAuthenticationExtensionAuthenticatorOutput(@org.jetbrains.annotations.NotNull byte[] value) -
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:
-
KEY_HMAC_SECRET
- See Also:
-
-
Constructor Details
-
HMACSecretAuthenticationExtensionAuthenticatorOutput
public HMACSecretAuthenticationExtensionAuthenticatorOutput(@NotNull @org.jetbrains.annotations.NotNull byte[] value)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceExtensionOutput- Specified by:
getIdentifierin classSingleValueExtensionBase<byte[]>
-
validate
public void validate()- Specified by:
validatein interfaceExtensionOutput
-