Package org.apache.maven.plugins.gpg
Class BcSigner.GpgAgentPasswordLoader
java.lang.Object
org.apache.maven.plugins.gpg.BcSigner.GpgAgentPasswordLoader
- All Implemented Interfaces:
BcSigner.Loader
- Enclosing class:
BcSigner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar[]
loadPassword
(org.eclipse.aether.RepositorySystemSession session, byte[] fingerprint) Returns the key password, ornull
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.plugins.gpg.BcSigner.Loader
loadKeyFingerprint, loadKeyRingMaterial
-
Constructor Details
-
GpgAgentPasswordLoader
public GpgAgentPasswordLoader()
-
-
Method Details
-
loadPassword
public char[] loadPassword(org.eclipse.aether.RepositorySystemSession session, byte[] fingerprint) throws IOException Description copied from interface:BcSigner.Loader
Returns the key password, ornull
.- Specified by:
loadPassword
in interfaceBcSigner.Loader
- Throws:
IOException
-