Package org.apache.maven.plugins.gpg
Class BcSigner.GpgConfLoader
java.lang.Object
org.apache.maven.plugins.gpg.BcSigner.GpgConfLoader
- All Implemented Interfaces:
- BcSigner.Loader
- Enclosing class:
- BcSigner
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session) Returns the key fingerprint, ornull.byte[]loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session) Returns the key ring material, 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.LoaderloadPassword
- 
Constructor Details- 
GpgConfLoaderpublic GpgConfLoader()
 
- 
- 
Method Details- 
loadKeyRingMaterialpublic byte[] loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session) throws IOException Description copied from interface:BcSigner.LoaderReturns the key ring material, ornull.- Specified by:
- loadKeyRingMaterialin interface- BcSigner.Loader
- Throws:
- IOException
 
- 
loadKeyFingerprintpublic byte[] loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session) Description copied from interface:BcSigner.LoaderReturns the key fingerprint, ornull.- Specified by:
- loadKeyFingerprintin interface- BcSigner.Loader
 
 
-