Jcat.BtVerifier

g GObject.Object GObject.Object Jcat.BtVerifier Jcat.BtVerifier GObject.Object->Jcat.BtVerifier

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (blob)

get_alg ()

get_hash ()

get_key ()

get_name ()

to_string ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Jcat.BtVerifier(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Jcat.BtVerifierClass

classmethod new(blob)
Parameters:

blob (GLib.Bytes) – a GLib.Bytes

Raises:

GLib.Error

Returns:

a Jcat.BtVerifier, or None on error

Return type:

Jcat.BtVerifier

Converts the Jcat.BtVerifier to a string.

New in version 0.2.0.

get_alg()
Returns:

ID, typically 1

Return type:

int

Gets the algorithm ID.

New in version 0.2.0.

get_hash()
Returns:

string, or None

Return type:

str

Gets the hash.

New in version 0.2.0.

get_key()
Returns:

blob, or None

Return type:

GLib.Bytes

Gets the ED25519 public key blob.

New in version 0.2.0.

get_name()
Returns:

string, or None

Return type:

str

Gets the name.

New in version 0.2.0.

to_string()
Returns:

string

Return type:

str

Converts the Jcat.BtVerifier to a string.

New in version 0.2.0.