Class GpgConfLoader
java.lang.Object
org.eclipse.aether.generator.gnupg.loaders.GpgConfLoader
- All Implemented Interfaces:
GnupgSignatureArtifactGeneratorFactory.Loader
@Singleton
@Named("conf")
@Priority(20)
public final class GpgConfLoader
extends Object
implements GnupgSignatureArtifactGeneratorFactory.Loader
Loader that looks for configuration.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Returns the key fingerprint, ornull
.byte[]
Returns the key ring material, ornull
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.aether.generator.gnupg.GnupgSignatureArtifactGeneratorFactory.Loader
loadPassword
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
GpgConfLoader
public GpgConfLoader()
-
-
Method Details
-
loadKeyRingMaterial
Description copied from interface:GnupgSignatureArtifactGeneratorFactory.Loader
Returns the key ring material, ornull
.- Specified by:
loadKeyRingMaterial
in interfaceGnupgSignatureArtifactGeneratorFactory.Loader
- Throws:
IOException
-
loadKeyFingerprint
Description copied from interface:GnupgSignatureArtifactGeneratorFactory.Loader
Returns the key fingerprint, ornull
.- Specified by:
loadKeyFingerprint
in interfaceGnupgSignatureArtifactGeneratorFactory.Loader
-