Class GpgEnvLoader
java.lang.Object
org.eclipse.aether.generator.gnupg.loaders.GpgEnvLoader
- All Implemented Interfaces:
GnupgSignatureArtifactGeneratorFactory.Loader
@Singleton
@Named("env")
@Priority(30)
public final class GpgEnvLoader
extends Object
implements GnupgSignatureArtifactGeneratorFactory.Loader
Loader that looks for environment variables.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Returns the key fingerprint, ornull
.byte[]
Returns the key ring material, ornull
.char[]
loadPassword
(RepositorySystemSession session, byte[] fingerprint) Returns the key password, ornull
.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
GpgEnvLoader
public GpgEnvLoader()
-
-
Method Details
-
loadKeyRingMaterial
Description copied from interface:GnupgSignatureArtifactGeneratorFactory.Loader
Returns the key ring material, ornull
.- Specified by:
loadKeyRingMaterial
in interfaceGnupgSignatureArtifactGeneratorFactory.Loader
-
loadKeyFingerprint
Description copied from interface:GnupgSignatureArtifactGeneratorFactory.Loader
Returns the key fingerprint, ornull
.- Specified by:
loadKeyFingerprint
in interfaceGnupgSignatureArtifactGeneratorFactory.Loader
-
loadPassword
Description copied from interface:GnupgSignatureArtifactGeneratorFactory.Loader
Returns the key password, ornull
.- Specified by:
loadPassword
in interfaceGnupgSignatureArtifactGeneratorFactory.Loader
-