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
FieldsModifier and TypeFieldDescriptionIf the authenticator used for registration supports thelargeBlobextension, it will be enabled for the created credential.The authenticator used for registration MUST support thelargeBlobextension. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
REQUIRED
The authenticator used for registration MUST support thelargeBlobextension.Note: If the client does not support the
largeBlobextension, this requirement MAY be ignored.Note: CTAP authenticators only support
largeBlobin combination withAuthenticatorSelectionCriteria.getResidentKey()set toREQUIREDinStartRegistrationOptions.getAuthenticatorSelection(). - 
PREFERRED
If the authenticator used for registration supports thelargeBlobextension, 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
largeBlobin combination withAuthenticatorSelectionCriteria.getResidentKey()set toREQUIREDinStartRegistrationOptions.getAuthenticatorSelection(). 
 - 
 - 
Constructor Details
- 
LargeBlobSupport
 
 - 
 - 
Method Details