Package org.eclipse.jgit.pgm.internal
Class VerificationUtils
java.lang.Object
org.eclipse.jgit.pgm.internal.VerificationUtils
Utilities for signature verification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeVerification
(ThrowingPrintWriter out, GpgSignatureVerifier.SignatureVerification verification, String name, PersonIdent creator) Writes information about a signature verification to the given writer.
-
Constructor Details
-
VerificationUtils
private VerificationUtils()
-
-
Method Details
-
writeVerification
public static void writeVerification(ThrowingPrintWriter out, GpgSignatureVerifier.SignatureVerification verification, String name, PersonIdent creator) throws IOException Writes information about a signature verification to the given writer.- Parameters:
out
- to write toverification
- to showname
- of the verifier usedcreator
- of the object verified; used for time zone information- Throws:
IOException
- if writing fails
-