Flags

Details

class Jcat.BlobFlags(value)

Bases: GLib.Flags

Flags used when creating the blob.

NONE = 0

Generic binary data

IS_UTF8 = 1

ASCII text

class Jcat.ExportFlags(value)

Bases: GLib.Flags

Flags used for exporting.

NONE = 0

No flags set

NO_TIMESTAMP = 2

Do not export timestamps

class Jcat.SignFlags(value)

Bases: GLib.Flags

The flags to when signing a binary

NONE = 0

No flags set

ADD_TIMESTAMP = 1

Add a timestamp

ADD_CERT = 2

Add a certificate

class Jcat.VerifyFlags(value)

Bases: GLib.Flags

The flags to use when interacting with a keyring

NONE = 0

No flags set

REQUIRE_SIGNATURE = 16

Require the item contains at least one signature

DISABLE_TIME_CHECKS = 4

Disable checking of validity periods

REQUIRE_CHECKSUM = 8

Require the item contains at least one checksum