Package org.eclipse.jgit.pgm.internal
Class VerificationUtils
- java.lang.Object
-
- org.eclipse.jgit.pgm.internal.VerificationUtils
-
public final class VerificationUtils extends Object
Utilities for signature verification.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeVerification(ThrowingPrintWriter out, GpgSignatureVerifier.SignatureVerification verification, String name, PersonIdent creator)
Writes information about a signature verification to the given writer.
-
-
-
Method Detail
-
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
-
-