BtCheckpoint
Object Hierarchy:
Description:
[
CCode ( type_id =
"jcat_bt_checkpoint_get_type ()" ) ]
public class BtCheckpoint :
Object
Content:
Creation methods:
Methods:
- public unowned string 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.
- public unowned string get_identity ()
Gets a human-readable representation of the signing ID.
- public uint get_log_size ()
Gets the log_size.
- public unowned string get_origin ()
Gets the unique identifier for the log identity which issued the
checkpoint.
- public unowned Bytes get_payload ()
Gets the ED25519 public key blob.
- public unowned Bytes get_pubkey ()
Gets the ED25519 public key blob.
- public unowned Bytes get_signature ()
Gets the ED25519 public key blob.
- public string to_string ()
Converts the BtCheckpoint to a string.
Inherited Members:
All known members inherited from class GLib.Object