Uses of Class
org.eclipse.jgit.lib.GpgSignature
-
Packages that use GpgSignature Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GpgSignature in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as GpgSignature Modifier and Type Field Description private GpgSignature
ObjectBuilder. gpgSignature
Methods in org.eclipse.jgit.lib that return GpgSignature Modifier and Type Method Description GpgSignature
ObjectBuilder. getGpgSignature()
Retrieves the GPG signature of this object.Methods in org.eclipse.jgit.lib with parameters of type GpgSignature Modifier and Type Method Description void
ObjectBuilder. setGpgSignature(GpgSignature gpgSignature)
Sets the GPG signature of this object.
-