Package com.yubico.webauthn.data
Class Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport
java.lang.Object
com.yubico.webauthn.data.Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport
- Enclosing class:
- Extensions.LargeBlob.LargeBlobRegistrationInput
public static final class Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport
extends Object
-
Field Summary
Modifier and TypeFieldDescriptionIf the authenticator used for registration supports thelargeBlob
extension, it will be enabled for the created credential.The authenticator used for registration MUST support thelargeBlob
extension. -
Constructor Summary
-
Method Summary
-
Field Details
-
REQUIRED
The authenticator used for registration MUST support thelargeBlob
extension.Note: If the client does not support the
largeBlob
extension, this requirement MAY be ignored.Note: CTAP authenticators only support
largeBlob
in combination withAuthenticatorSelectionCriteria.getResidentKey()
set toREQUIRED
inStartRegistrationOptions.getAuthenticatorSelection()
. -
PREFERRED
If the authenticator used for registration supports thelargeBlob
extension, it will be enabled for the created credential. If not supported, the credential will be created without large blob support.Note: CTAP authenticators only support
largeBlob
in combination withAuthenticatorSelectionCriteria.getResidentKey()
set toREQUIRED
inStartRegistrationOptions.getAuthenticatorSelection()
.
-
-
Constructor Details
-
LargeBlobSupport
-
-
Method Details