Magidoc

SmimeSignature
Object

Represents an S/MIME signature on a Commit or Tag.

Fields

#

email

Non-null

Email used to sign this object.

isValid

Non-null

True if the signature is valid and verified by GitHub.

payload

Non-null

Payload for GPG signing object. Raw ODB object without the signature header.

signature

Non-null

ASCII-armored signature header from object.

signer

GitHub user corresponding to the email signing this commit.

state

Non-null

The state of this signature. VALID if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid.

wasSignedByGitHub

Non-null

True if the signature was made with GitHub's signing key.

Interfaces

#

Also implements GitSignature .