Uses of Class
org.eclipse.jgit.lib.GpgSignature
Packages that use GpgSignature
-
Uses of GpgSignature in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as GpgSignatureMethods in org.eclipse.jgit.lib that return GpgSignatureModifier and TypeMethodDescriptionObjectBuilder.getGpgSignature()
Retrieves the GPG signature of this object.Methods in org.eclipse.jgit.lib with parameters of type GpgSignatureModifier and TypeMethodDescriptionvoid
ObjectBuilder.setGpgSignature
(GpgSignature gpgSignature) Sets the GPG signature of this object.