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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session)
    Returns the key fingerprint, or null.
    byte[]
    loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session)
    Returns the key ring material, or null.
    char[]
    loadPassword(org.eclipse.aether.RepositorySystemSession session, byte[] fingerprint)
    Returns the key password, or null.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait