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 Summary
-
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.plugins.gpg.BcSigner.Loader
loadPassword
-
Constructor Details
-
GpgConfLoader
public GpgConfLoader()
-
-
Method Details
-
loadKeyRingMaterial
public byte[] loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session) throws IOException Description copied from interface:BcSigner.Loader
Returns the key ring material, ornull
.- Specified by:
loadKeyRingMaterial
in interfaceBcSigner.Loader
- Throws:
IOException
-
loadKeyFingerprint
public byte[] loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session) Description copied from interface:BcSigner.Loader
Returns the key fingerprint, ornull
.- Specified by:
loadKeyFingerprint
in interfaceBcSigner.Loader
-