Class AuthenticatorGetInfo
java.lang.Object
com.webauthn4j.metadata.data.statement.AuthenticatorGetInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorGetInfo(@NonNull List<String> versions, @Nullable List<String> extensions, @NonNull com.webauthn4j.data.attestation.authenticator.AAGUID aaguid, @Nullable AuthenticatorGetInfo.Options options, @Nullable Integer maxMsgSize, @Nullable List<AuthenticatorGetInfo.PinProtocolVersion> pinUvAuthProtocols) -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.webauthn4j.data.attestation.authenticator.AAGUIDinthashCode()
-
Constructor Details
-
AuthenticatorGetInfo
public AuthenticatorGetInfo(@NonNull List<String> versions, @Nullable List<String> extensions, @NonNull com.webauthn4j.data.attestation.authenticator.AAGUID aaguid, @Nullable AuthenticatorGetInfo.Options options, @Nullable Integer maxMsgSize, @Nullable List<AuthenticatorGetInfo.PinProtocolVersion> pinUvAuthProtocols)
-
-
Method Details