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
Constructors -
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, waitMethods 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.LoaderReturns the key ring material, ornull.- Specified by:
loadKeyRingMaterialin interfaceBcSigner.Loader
-
loadKeyFingerprint
public byte[] loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session) Description copied from interface:BcSigner.LoaderReturns the key fingerprint, ornull.- Specified by:
loadKeyFingerprintin interfaceBcSigner.Loader
-