Jcat.BtCheckpoint¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Jcat.BtCheckpoint(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(blob)¶
- Parameters:
blob (
GLib.Bytes
) – aGLib.Bytes
- Raises:
- Returns:
a
Jcat.BtCheckpoint
, orNone
on error- Return type:
Converts the
Jcat.BtCheckpoint
to a string.New in version 0.2.0.
- get_hash()¶
-
Gets the first 4 bytes of the SHA256 hash of the associated public key to act as a hint in identifying the correct key to verify with.
New in version 0.2.0.
- get_identity()¶
-
Gets a human-readable representation of the signing ID.
New in version 0.2.0.
- get_origin()¶
-
Gets the unique identifier for the log identity which issued the checkpoint.
New in version 0.2.0.
- get_payload()¶
- Returns:
blob, or
None
- Return type:
Gets the ED25519 public key blob.
New in version 0.2.0.
- get_pubkey()¶
- Returns:
blob, or
None
- Return type:
Gets the ED25519 public key blob.
New in version 0.2.0.
- get_signature()¶
- 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.BtCheckpoint
to a string.New in version 0.2.0.