Class ConnectionOptions
- 
                    
                    - All Implemented Interfaces:
 
 public class ConnectionOptionsOptions to configure the eMRTD read. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public classConnectionOptions.BuilderA builder to create connection options for the EmrtdConnector. 
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final StringvalidationIdpublic final ChipAccessKeychipAccessKeypublic final Map<String, String>httpHeaders
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetValidationId()Gets the validation id, a unique string to identify the session. ChipAccessKeygetChipAccessKey()Gets the chip access key used to authenticate to the eMRTD's chip. Map<String, String>getHttpHeaders()Gets additional http headers that will be used for the websocket connection. booleanisDiagnosticsEnabled()Returns trueif diagnostics are enabled.- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getValidationIdString getValidationId() Gets the validation id, a unique string to identify the session. - Returns:
- The validation id. 
 
 - 
                                        getChipAccessKeyChipAccessKey getChipAccessKey() Gets the chip access key used to authenticate to the eMRTD's chip. - Returns:
- The chip access key. 
 
 - 
                                        getHttpHeadersMap<String, String> getHttpHeaders() Gets additional http headers that will be used for the websocket connection. - Returns:
- The http headers. 
 
 - 
                                        isDiagnosticsEnabledboolean isDiagnosticsEnabled() Returns trueif diagnostics are enabled.When enabled, the DocVal server will collect and store extra diagnostic information to troubleshoot issues. This data may contain personal information. - Returns:
- Whether diagnostics are enabled. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-