enum

Git2::GitCertT

Inherits Enum < Comparable < Value < Object

Constants

GIT_CERT_NONE = 0
GIT_CERT_X509 = 1
GIT_CERT_HOSTKEY_LIBSSH2 = 2
GIT_CERT_STRARRAY = 3

Instance methods

git_cert_hostkey_libssh2?

Returns true if this enum value equals GIT_CERT_HOSTKEY_LIBSSH2

Source
git_cert_none?

Returns true if this enum value equals GIT_CERT_NONE

Source
git_cert_strarray?

Returns true if this enum value equals GIT_CERT_STRARRAY

Source
git_cert_x509?

Returns true if this enum value equals GIT_CERT_X509

Source