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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionchar[]loadPassword(org.eclipse.aether.RepositorySystemSession session, byte[] fingerprint) Returns the key password, ornull.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugins.gpg.BcSigner.LoaderloadKeyFingerprint, loadKeyRingMaterial
- 
Constructor Details- 
GpgAgentPasswordLoaderpublic GpgAgentPasswordLoader()
 
- 
- 
Method Details- 
loadPasswordpublic char[] loadPassword(org.eclipse.aether.RepositorySystemSession session, byte[] fingerprint) throws IOException Description copied from interface:BcSigner.LoaderReturns the key password, ornull.- Specified by:
- loadPasswordin interface- BcSigner.Loader
- Throws:
- IOException
 
 
-