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