Class GnupgConfigurationKeys
java.lang.Object
org.eclipse.aether.generator.gnupg.GnupgConfigurationKeys
Configuration for GPG Signer.
- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The GnuPG agent socket(s) to try.static final String
Whether GnuPG signer is enabled.static final String
The path to the OpenPGP transferable secret key file.static final String
The PGP Key fingerprint as hex string (40 characters long), optional.static final String
Whether GnuPG agent should be used.static final String
static final boolean
static final String
static final boolean
static final String
Env variable name to pass in key material.static final String
Env variable name to pass in key fingerprint (hex encoded, 40 characters long).static final String
Env variable name to pass in key pass. -
Method Summary
-
Field Details
-
CONFIG_PROP_ENABLED
Whether GnuPG signer is enabled.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Boolean
- Default value:
DEFAULT_ENABLED
-
DEFAULT_ENABLED
- See Also:
-
CONFIG_PROP_KEY_FINGERPRINT
The PGP Key fingerprint as hex string (40 characters long), optional. If not set, first secret key found will be used.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
-
CONFIG_PROP_KEY_FILE_PATH
The path to the OpenPGP transferable secret key file. If relative, is resolved from local repository root.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
- Default value:
DEFAULT_KEY_FILE_PATH
-
DEFAULT_KEY_FILE_PATH
- See Also:
-
CONFIG_PROP_USE_AGENT
Whether GnuPG agent should be used.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Boolean
- Default value:
DEFAULT_USE_AGENT
-
DEFAULT_USE_AGENT
- See Also:
-
CONFIG_PROP_AGENT_SOCKET_LOCATIONS
The GnuPG agent socket(s) to try. Comma separated list of socket paths. If relative, will be resolved from user home directory.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
- Default value:
DEFAULT_AGENT_SOCKET_LOCATIONS
-
DEFAULT_AGENT_SOCKET_LOCATIONS
- See Also:
-
RESOLVER_GPG_KEY_PASS
Env variable name to pass in key pass.- See Also:
-
RESOLVER_GPG_KEY
Env variable name to pass in key material.- See Also:
-
RESOLVER_GPG_KEY_FINGERPRINT
Env variable name to pass in key fingerprint (hex encoded, 40 characters long).- See Also:
-