Interface GnupgSignatureArtifactGeneratorFactory.Loader
- All Known Implementing Classes:
GpgAgentPasswordLoader
,GpgConfLoader
,GpgEnvLoader
- Enclosing class:
GnupgSignatureArtifactGeneratorFactory
public static interface GnupgSignatureArtifactGeneratorFactory.Loader
-
Method Summary
Modifier and TypeMethodDescriptiondefault byte[]
loadKeyFingerprint
(org.eclipse.aether.RepositorySystemSession session) Returns the key fingerprint, ornull
.default byte[]
loadKeyRingMaterial
(org.eclipse.aether.RepositorySystemSession session) Returns the key ring material, ornull
.default char[]
loadPassword
(org.eclipse.aether.RepositorySystemSession session, byte[] fingerprint) Returns the key password, ornull
.
-
Method Details
-
loadKeyRingMaterial
default byte[] loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session) throws IOException Returns the key ring material, ornull
.- Throws:
IOException
-
loadKeyFingerprint
default byte[] loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session) throws IOException Returns the key fingerprint, ornull
.- Throws:
IOException
-
loadPassword
default char[] loadPassword(org.eclipse.aether.RepositorySystemSession session, byte[] fingerprint) throws IOException Returns the key password, ornull
.- Throws:
IOException
-