Interface GnupgSignatureArtifactGeneratorFactory.Loader

All Known Implementing Classes:
GpgAgentPasswordLoader, GpgConfLoader, GpgEnvLoader
Enclosing class:
GnupgSignatureArtifactGeneratorFactory

  • Method Summary

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