public final class VerificationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeVerification(ThrowingPrintWriter out,
GpgSignatureVerifier.SignatureVerification verification,
String name,
PersonIdent creator)
Writes information about a signature verification to the given writer.
|
public static void writeVerification(ThrowingPrintWriter out, GpgSignatureVerifier.SignatureVerification verification, String name, PersonIdent creator) throws IOException
out - to write toverification - to showname - of the verifier usedcreator - of the object verified; used for time zone informationIOException - if writing failsCopyright © 2024 Eclipse JGit Project. All rights reserved.