Jcat.BtVerifier¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Jcat.BtVerifier(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(blob)¶
- Parameters:
blob (
GLib.Bytes
) – aGLib.Bytes
- Raises:
- Returns:
a
Jcat.BtVerifier
, orNone
on error- Return type:
Converts the
Jcat.BtVerifier
to a string.New in version 0.2.0.
- get_key()¶
- Returns:
blob, or
None
- Return type:
Gets the ED25519 public key blob.
New in version 0.2.0.
- to_string()¶
- Returns:
string
- Return type:
Converts the
Jcat.BtVerifier
to a string.New in version 0.2.0.