git_cert_hostkey

Hostkey information taken from libssh2

Members

Variables

hash_md5
ubyte[16] hash_md5;

Hostkey hash. If type has git_cert_ssh_t.GIT_CERT_SSH_MD5 set, this will have the MD5 hash of the hostkey.

hash_sha1
ubyte[20] hash_sha1;

Hostkey hash. If type has git_cert_ssh_t.GIT_CERT_SSH_SHA1 set, this will have the SHA-1 hash of the hostkey.

hash_sha256
ubyte[32] hash_sha256;

Hostkey hash. If type has GIT_CERT_SSH_SHA256 set, this will have the SHA-256 hash of the hostkey.

parent
.git_cert parent;

The parent cert

type
.git_cert_ssh_t type;

A hostkey type from libssh2, either git_cert_ssh_t.GIT_CERT_SSH_MD5 or git_cert_ssh_t.GIT_CERT_SSH_SHA1

Meta