jgit/org.eclipse.jgit.gpg.bc
Thomas Wolf 5abd8a4feb Enable GpgSigner to also sign tags
Factor out a common ObjectBuilder as super class of CommitBuilder
and TagBuilder, and make the GpgSigner work on ObjectBuilder.

In order not to break API, add the new method for signing an
ObjectBuilder in a new interface GpgObjectSigner.

The signature for a tag is just tacked onto the end of the tag
message. The message of a signed tag must end in LF.

Bug: 386908
Change-Id: I5e021e3c927f4051825cd7355b129113b949455e
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2020-12-07 09:04:33 +01:00
..
.settings Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
META-INF Prepare 5.11.0-SNAPSHOT builds 2020-12-02 15:57:16 +01:00
resources Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
src/org/eclipse/jgit/gpg/bc/internal Enable GpgSigner to also sign tags 2020-12-07 09:04:33 +01:00
.classpath Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
.fbprefs Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
.gitignore Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
.project Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
BUILD Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
about.html Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
build.properties Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
plugin.properties Decouple BouncyCastle from JGit Core 2020-06-01 01:26:22 +02:00
pom.xml Prepare 5.11.0-SNAPSHOT builds 2020-12-02 15:57:16 +01:00