Enums

Details

class Jcat.BlobKind(value)

Bases: GLib.Enum

The kind of blob stored as a signature on the item.

UNKNOWN = 0

No known blob kind

SHA256 = 1

SHA-256 checksum

SHA512 = 10

SHA-512 checksum

GPG = 2

GPG detached signature

PKCS7 = 3

PKCS-7 detached signature

SHA1 = 4

SHA-1 checksum

BT_MANIFEST = 5

Binary transparency manifest

BT_CHECKPOINT = 6

Binary transparency checkpoint

BT_INCLUSION_PROOF = 7

Binary transparency inclusion proof

BT_VERIFIER = 8

Binary transparency verifier

ED25519 = 9

ED25519 signature

class Jcat.BlobMethod(value)

Bases: GLib.Enum

The blob verification method.

UNKNOWN = 0

Unknown

CHECKSUM = 1

Checksum

SIGNATURE = 2

Signature

class Jcat.ImportFlags(value)

Bases: GLib.Enum

Flags used for importing.

NONE = 0

No flags set