Interface SettingsDecryptionResult
Deprecated.
since 4.0.0
Collects the output of the settings decrypter.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the problems that were encountered during the settings decryption.Deprecated.Gets the decrypted proxies.getProxy()Deprecated.Gets the decrypted proxy.Deprecated.Gets the decrypted server.Deprecated.Gets the decrypted servers.
- 
Method Details- 
getServerServer getServer()Deprecated.Gets the decrypted server. This is a convenience method to retrieve the first element fromgetServers().- Returns:
- The decrypted server or null.
 
- 
getServers
- 
getProxyProxy getProxy()Deprecated.Gets the decrypted proxy. This is a convenience method to retrieve the first element fromgetProxies().- Returns:
- The decrypted proxy or null.
 
- 
getProxies
- 
getProblemsList<SettingsProblem> getProblems()Deprecated.Gets the problems that were encountered during the settings decryption.- Returns:
- The problems that were encountered during the decryption, can be empty but never null.
 
 
-