Package org.eclipse.jgit.gpg.bc
Class BouncyCastleGpgSignerFactory
- java.lang.Object
-
- org.eclipse.jgit.gpg.bc.BouncyCastleGpgSignerFactory
-
public final class BouncyCastleGpgSignerFactory extends java.lang.Object
Factory for creating aGpgSigner
based on Bouncy Castle.- Since:
- 5.11
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BouncyCastleGpgSignerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GpgSigner
create()
Creates a newGpgSigner
.
-