public static final class Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport |
PREFERRED
If the authenticator used for registration supports the
largeBlob extension,
it will be enabled for the created credential. |
static Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport |
REQUIRED
The authenticator used for registration MUST support the
largeBlob
extension. |
| Constructor and Description |
|---|
LargeBlobSupport(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
static java.util.Set<Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport> |
values()
|
public static final Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport REQUIRED
largeBlob
extension.
Note: If the client does not support the largeBlob extension, this
requirement MAY be ignored.
Note: CTAP authenticators only support largeBlob in combination with
AuthenticatorSelectionCriteria.getResidentKey() set to REQUIRED in
StartRegistrationOptions.getAuthenticatorSelection().
public static final Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport PREFERRED
largeBlob 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 with
AuthenticatorSelectionCriteria.getResidentKey() set to REQUIRED in
StartRegistrationOptions.getAuthenticatorSelection().
public static java.util.Set<Extensions.LargeBlob.LargeBlobRegistrationInput.LargeBlobSupport> values()
public java.lang.String getValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object