Class DefaultSettingsDecryptionRequest

    • Field Detail

      • servers

        private java.util.List<Server> servers
      • proxies

        private java.util.List<Proxy> proxies
    • Constructor Detail

      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest()
        Creates an empty request.
      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest​(Settings settings)
        Creates a new request to decrypt the specified settings.
        Parameters:
        settings - The settings to decrypt, must not be null.
      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest​(Server server)
        Creates a new request to decrypt the specified server.
        Parameters:
        server - The server to decrypt, must not be null.
      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest​(Proxy proxy)
        Creates a new request to decrypt the specified proxy.
        Parameters:
        proxy - The proxy to decrypt, must not be null.