enum
Agate::CertType
Overview
Type of host certificate.
Defined in:
agate/cert.crEnum Members
-
None =
0 -
No information about the certificate is available.
-
X509 =
1 -
X.509 certificate (DER-encoded data).
-
HostkeyLibssh2 =
2 -
SSH hostkey information (from libssh2).
-
StrArray =
3 -
String array with name:content pairs (from curl).
Instance Method Summary
-
#hostkey_libssh2?
Returns
trueif this enum value equalsHostkeyLibssh2 -
#none?
Returns
trueif this enum value equalsNone -
#str_array?
Returns
trueif this enum value equalsStrArray -
#x509?
Returns
trueif this enum value equalsX509