public interface VerificationResult
VerificationResult
describes the outcome of a signature
verification.VerifySignatureCommand
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
If an error occurred during signature verification, this retrieves the
exception.
|
RevObject |
getObject()
Retrieves the git object of which the signature was verified.
|
GpgSignatureVerifier.SignatureVerification |
getVerification()
Retrieves the signature verification result.
|
Throwable getException()
null
if none occurredGpgSignatureVerifier.SignatureVerification getVerification()
null
if none was computedRevObject getObject()
Copyright © 2021 Eclipse JGit Project. All rights reserved.