Package org.apache.maven.plugins.gpg
Class BcSigner.GpgEnvLoader
java.lang.Object
org.apache.maven.plugins.gpg.BcSigner.GpgEnvLoader
- 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
-
GpgEnvLoader
public GpgEnvLoader()
-
-
Method Details
-
loadKeyRingMaterial
public byte[] loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session) Description copied from interface:BcSigner.Loader
Returns the key ring material, ornull
.- Specified by:
loadKeyRingMaterial
in interfaceBcSigner.Loader
-
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
-