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
Fields - 
Constructor Summary
Constructors - 
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, waitMethods 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.LoaderReturns the key ring material, ornull.- Specified by:
 loadKeyRingMaterialin interfaceGnupgSignatureArtifactGeneratorFactory.Loader- Throws:
 IOException
 - 
loadKeyFingerprint
Description copied from interface:GnupgSignatureArtifactGeneratorFactory.LoaderReturns the key fingerprint, ornull.- Specified by:
 loadKeyFingerprintin interfaceGnupgSignatureArtifactGeneratorFactory.Loader
 
 -