Java org.apache.maven.settings.crypto DefaultSettingsDecryptionRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.settings.crypto DefaultSettingsDecryptionRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.settings.crypto DefaultSettingsDecryptionRequest.

The text is from its open source code.

Constructor

DefaultSettingsDecryptionRequest(Settings settings)
Creates a new request to decrypt the specified settings.
DefaultSettingsDecryptionRequest(Server server)
Creates a new request to decrypt the specified server.
DefaultSettingsDecryptionRequest(Proxy proxy)
Creates a new request to decrypt the specified proxy.
DefaultSettingsDecryptionRequest()
Creates an empty request.